Skip to content

aljones15/reactNativeRSSReader

Repository files navigation

reactNativeRSSReader

alt travis cli

Stack

  • React Native
  • React
  • Redux
  • Redux Thunk
  • Jest
  • Shallow Renderers
  • Detox

To Do

  • Implement Redux-Thunk
  • Write a Detox test
  • 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