Reading App Write In React-Native(Studying and Programing)
Support: Android 4.1 (API 16)+ IOS(7.0+)
No Profit, No Advertisement, Only Feelings
From 360 Android Market: Download Reading
From Wandou Labs: Download Reading
- Microsoft Code Push for dynamic update
- Redux is a predictable state container for reading app, together with React Native
- Mocha for UT
- Enzyme for testing UI components and mock
npm install -g react-native-cli
npm install
react-native start
npm test
- if error like this:
/xxx/reading/node_modules/react-native-wechat/ios/RCTWeChat.h:xxx: 'RCTBridgeModule.h' file not found
try this to solve:
change RCTWebChat.xcodeproj → Build Settings → Search Paths → Header Search Paths to
$(SRCROOT)/../../react-native/React and
$(SRCROOT)/../../react-native/Libraries
- if error like this:
ld: warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulatorx.x.sdk/Developer/Library/Frameworks'
ld: file not found: /xxx/Library/Developer/Xcode/DerivedData/reading-evusolphipkzgrgghdzjodzlcllk/Build/Products/Debug-iphonesimulator/reading.app/reading
clang: error: linker command failed with exit code 1 (use -v to see invocation)
try this to solve: directory-not-found-for-option-f-applications-xcode-app-developer-library-f
- Star
- Fork
- PR
- Issue
For more information about contributing PRs and issues, see our Contribution Guidelines.
Apache License 2.0