Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aljones15/reactnativerssreader

A Basic Rss Reader made in React Native
https://github.com/aljones15/reactnativerssreader

java javascript objective-c react react-native redux

Last synced: 8 days ago
JSON representation

A Basic Rss Reader made in React Native

Awesome Lists containing this project

README

        

# reactNativeRSSReader
![alt travis cli](https://travis-ci.org/aljones15/reactNativeRSSReader.svg?branch=master)

## Stack
- React Native
- React
- Redux
- Redux Thunk
- Jest
- Shallow Renderers
- Detox

## To Do
- [x] Implement Redux-Thunk
- [ ] Write a Detox test
- [x] Organize the Reducers
- [ ] Make Folders for each Component with jest test and query
- [ ] Create mock of Rss Native Module
- [ ] Create Java version of the Native Module
- [ ] Find a basic Objective-c tutorial

### Install
```
npm install -g react-native-cli

npm install

npm test
```
You will need to setup emulators for the different enviroments and then:
```
react-native run-ios

react-native run-android
```