Skip to content

githubCK/reading

 
 

Repository files navigation

Reading

Reading_Logo

Build Status Join the chat at https://gitter.im/attentiveness/reading License Apache2.0

Reading App Write In React-Native(Studying and Programing)

Support: Android 4.1 (API 16)+ IOS(7.0+)

No Profit, No Advertisement, Only Feelings

Screenshot

Reading_Splash Reading_Main Reading_Drawer Reading_Article Reading_Share Reading_Category Reading_IOS_Main Reading_IOS_Share

Download From Android Market

From 360 Android Market: Download Reading

From Wandou Labs: Download Reading

Application Architecture

Development Workflow

Step One

npm install -g react-native-cli

Step Two

npm install

Step Three

react-native start

Run Test

npm test

Important Issue

  • 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

Release Note

Reading Release Note

OnLine Accident

Reading Online Accident

Welcome

  • Star
  • Fork
  • PR
  • Issue

Contributing

For more information about contributing PRs and issues, see our Contribution Guidelines.

License

Apache License 2.0

Packages

No packages published

Languages

  • JavaScript 87.2%
  • Objective-C 5.6%
  • Java 5.3%
  • Python 1.9%