Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aljones15/reactnativerssreader
- Owner: aljones15
- Created: 2016-10-15T10:13:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T08:18:09.000Z (over 6 years ago)
- Last Synced: 2023-11-07T18:01:07.838Z (about 1 year ago)
- Topics: java, javascript, objective-c, react, react-native, redux
- Language: Objective-C
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-clinpm install
npm test
```
You will need to setup emulators for the different enviroments and then:
```
react-native run-iosreact-native run-android
```