Skip to content

whenios/noder-react-native

 
 

Repository files navigation

Noder - A React-Native Client for cnodejs.org

A new cnodejs.org mobile app powered by React-Native and Redux.

Develop

For local development you need to follow the below commands:

git clone https://github.com/soliury/noder-react-native.git
npm install
react-native bundle

Click the run button in Xcode, if something went wrong, you need to rebuild all packages that be used in this project with Xcode (Just select the package and press command+B to run compile).

If you want to run it on you iPhone, please follow the Offical Doc.

If you don't want to update the ip manually, please run:

gulp replace

BTW, here is a prettier command, just run:

npm start

The ip will be replaced automatically.

Screenshots

noder

React-Native Modules In Using

This project is heavily influenced by the above modules.

ToDo List

  • Push Notification
  • Refactor the code
  • Fix the below bugs
    • In ListView, sometime items on the bottom can't be refreshed
    • ListView take too much memory
    • HTML to native View render take too much memory and CPU time
  • Submit to App Store
  • Add Unit testing

Change log

Please read CHANGELOG

Contribute

If you find any issues, just solve it and make a PR.

This project is under the ES6 JSX.

License

MIT License

About

The mobile app of cnodejs.org written in React Native

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.0%
  • Objective-C 2.5%
  • Other 0.5%