{"id":13634674,"url":"https://github.com/osdio/noder-react-native","last_synced_at":"2025-09-27T07:31:33.286Z","repository":{"id":34341716,"uuid":"38262513","full_name":"osdio/noder-react-native","owner":"osdio","description":"The mobile app of cnodejs.org written in React Native","archived":true,"fork":false,"pushed_at":"2022-02-12T07:34:45.000Z","size":5535,"stargazers_count":1972,"open_issues_count":27,"forks_count":389,"subscribers_count":103,"default_branch":"master","last_synced_at":"2024-11-19T18:44:32.165Z","etag":null,"topics":["cnodejs","noder","react","react-native","redux","redux-application","redux-thunk"],"latest_commit_sha":null,"homepage":"https://cnodejs.org/about","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osdio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-29T18:04:21.000Z","updated_at":"2024-10-20T03:42:59.000Z","dependencies_parsed_at":"2022-09-14T08:50:42.182Z","dependency_job_id":null,"html_url":"https://github.com/osdio/noder-react-native","commit_stats":null,"previous_names":["soliury/noder-react-native"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdio%2Fnoder-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdio%2Fnoder-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdio%2Fnoder-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdio%2Fnoder-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osdio","download_url":"https://codeload.github.com/osdio/noder-react-native/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234410136,"owners_count":18828150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cnodejs","noder","react","react-native","redux","redux-application","redux-thunk"],"created_at":"2024-08-02T00:00:29.491Z","updated_at":"2025-09-27T07:31:30.365Z","avatar_url":"https://github.com/osdio.png","language":"JavaScript","readme":"# Noder - A React-Native Client for [cnodejs.org](http://cnodejs.org)\n\n\u003e A new [cnodejs.org](http://cnodejs.org) mobile \u0026 web app powered by [react-native](http://facebook.github.io/react-native/) and [react-web](https://github.com/flyskywhy/react-web) and [CodeceptJS](https://github.com/Codeception/CodeceptJS) .\n\n\n## Install\n\n**微信浏览器中若无法打开安装链接，请复制链接到系统浏览器中打开**\n\n* iOS: https://itunes.apple.com/cn/app/noder/id1106775857\n* android(v1.0.0-alpha2): https://www.pgyer.com/noder\n\n## Develop\n\nFor local development you need to follow the below commands:\n\n```\ngit clone https://github.com/soliury/noder-react-native.git noder\ncd noder\nyarn install\n```\n\n\nClick 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).\n\nIf you want to run it on your iPhone, please follow the [Offical Doc](http://facebook.github.io/react-native/docs/running-on-device).\n\nIf you want to run it on your Android, please run:\n```\nnpm run android\nnpm start\n```\n\nIf you want to run it on your Browser (localhost:3000), please run:\n```\nnpm run web\n```\n\n\n## e2e test\nJS app code in `src/`write once run on Android, iOS and Web by react-native and react-web, now JS test case in `e2e/` with locator ~ write once run on them too with [CodeceptJS](https://github.com/Codeception/CodeceptJS) .\n### Web test\nAfter install server side of test by `npm run e2e-update-server-web`, please run:\n```\nnpm run web\nnpm run e2e-server-web\n```\nThen run client side of test by `npm run e2e-web`, thus a web page will be opened in firefox automatically and complete the test.\n\n### Android test\nAfter install server side of test by `npm install -g appium`, please run:\n```\nnpm run android\nnpm start\nnpm run e2e-server-native\n```\nThen run client side of test by `npm run e2e-android`, thus an apk will be installed to android automatically and complete the test.\n\nIf `npm install -g appium` is unavailable in china, ref to [node_modules-appium](https://github.com/flyskywhy/node_modules-appium) .\n\n\n## Screenshots\n\n![noder](http://7lrzfj.com1.z0.glb.clouddn.com/soliurynoder-v1.0.0.gif)\n\n\n## React-Native Modules In Using\n\n* [redux](https://github.com/gaearon/redux)\n* [react-native-button](https://github.com/ide/react-native-button)\n* [react-native-barcodescanner](https://github.com/ideacreation/react-native-barcodescanner)\n* [react-native-blur](https://github.com/react-native-fellowship/react-native-blur)\n* [react-native-camera](https://github.com/lwansbrough/react-native-camera)\n* [react-native-html-render](https://github.com/soliury/react-native-html-render)\n* [react-native-scrollable-tab-view](https://github.com/brentvatne/react-native-scrollable-tab-view)\n* [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)\n\nThis project is heavily influenced by the above modules.\n\n## ToDo List\n\n* Push Notification\n* Fix the below bugs\n  * In ListView, sometime items on the bottom can't be refreshed\n  * ListView **take too much memory**\n  * HTML to native View render take too much **memory and CPU time**\n* Add Unit testing\n\n## Change log\n\nPlease read [CHANGELOG](https://github.com/soliury/noder-react-native/releases)\n\n## Contribute\n\nIf you find any issues, just solve it and make a PR.\n\nThis project is under the ES6 JSX.\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n","funding_links":[],"categories":["Awesome-CNode"],"sub_categories":["React Native"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdio%2Fnoder-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosdio%2Fnoder-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdio%2Fnoder-react-native/lists"}