# Noder - A React-Native Client for [cnodejs.org](http://cnodejs.org) > A new [cnodejs.org](http://cnodejs.org) mobile app powered by [React-Native](http://facebook.github.io/react-native/) and [Redux](https://github.com/gaearon/redux). ***Now it support android and ios, but it have many bugs.*** ## Install * android(v1.0.0-alpha2): https://www.pgyer.com/pEFf ## Develop For local development you need to follow the below commands: ``` git clone https://github.com/soliury/noder-react-native.git npm install ``` Before you start run app, you should create a clone of the `/src/testKey_example.js`, and rename to `/src/testKey.js` to put your secret key. You can go to http://cnodejs.org/setting to get your secret key. 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](http://facebook.github.io/react-native/docs/runningondevice.html#content). 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](http://7lrzfj.com1.z0.glb.clouddn.com/soliurynoder-v1.0.0.gif) ## React-Native Modules In Using * [react-native-button](https://github.com/ide/react-native-button) * [react-native-barcodescanner](https://github.com/ideacreation/react-native-barcodescanner) * [react-native-blur](https://github.com/react-native-fellowship/react-native-blur) * [react-native-camera](https://github.com/lwansbrough/react-native-camera) * [react-native-html-render](https://github.com/soliury/react-native-html-render) * [react-native-scrollable-tab-view](https://github.com/brentvatne/react-native-scrollable-tab-view) * [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) 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](http://en.wikipedia.org/wiki/MIT_License)