Skip to content

JerroldLee/noder-react-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noder - A React-Native Client for cnodejs.org

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

Develop

If you want to run it on you local simulator, you should:

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

Then click run in Xcode, if failed, you should rebuild all package that this project used in Xcode(Just choose the package and command+B to run compile)

If you want to run on you local iPhone app, you should follow the doc.

ScreenShots

noder

React-Native Modules Used

Thanks All above.

ToDo List

  • Add up reply
  • Add setting panel
  • Add login out functional
  • Add Push Notification
  • Add about panel
  • Move the HTML render to a single Module
  • Refactor code
  • Solve the big bug
    • In ListView, sometime scroll on the bottom it can't refresh
    • ListView take too much memory
    • HTML to native View render take too much memory and time
  • Push to App Store
  • Add test

Change log

See CHANGELOG

Contribute

If you find any bugs, just solve it and submit a PR.

About the code style, Please use the ES6 JSX.

License

MIT License

About

The mobile app of cnodejs.org written in React Native

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.0%
  • Objective-C 1.1%
  • Other 0.9%