Skip to content

am5a03/react-native-redux-reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

  • This is a toy project that trying to integrate redux into react native

  • Largely base on the redux author's reddit example

  • A very simple reddit client that fetching the 'funny' section, supporting infinite scrolling

Setup

  • Clone repo

  • npm install

  • Android

    • react-native run-android
  • iOS

    • Edit ./node_modules/react-native/packager/react-native-xcode.sh, scroll to bottom to find --entry-file, modify it to src/index.ios.js
    • Import RedditReactReduxNative.xcodeproj to xcode to compile

About

A very simple React Native Reddit client that support infinite scrolling, implemented in Redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published