{"id":13463021,"url":"https://github.com/rhinos-app/rhinos-app-dev","last_synced_at":"2025-03-25T06:31:33.165Z","repository":{"id":65490125,"uuid":"75236475","full_name":"rhinos-app/rhinos-app-dev","owner":"rhinos-app","description":"Rhinos-app is a react-native app which uses react-native-web to achieve cross-platform design.","archived":false,"fork":false,"pushed_at":"2017-04-12T16:51:53.000Z","size":12449,"stargazers_count":83,"open_issues_count":4,"forks_count":10,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-29T13:50:17.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhinos-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-30T23:30:18.000Z","updated_at":"2023-11-04T14:37:59.000Z","dependencies_parsed_at":"2023-01-26T00:45:49.163Z","dependency_job_id":null,"html_url":"https://github.com/rhinos-app/rhinos-app-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhinos-app%2Frhinos-app-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhinos-app%2Frhinos-app-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhinos-app%2Frhinos-app-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhinos-app%2Frhinos-app-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhinos-app","download_url":"https://codeload.github.com/rhinos-app/rhinos-app-dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245413846,"owners_count":20611353,"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":[],"created_at":"2024-07-31T13:00:44.257Z","updated_at":"2025-03-25T06:31:30.954Z","avatar_url":"https://github.com/rhinos-app.png","language":"JavaScript","funding_links":[],"categories":["Seeds"],"sub_categories":["Other Platforms"],"readme":"\u003cimg src=\"http://cdn.shopify.com/s/files/1/0249/0754/products/Rhino_1.jpg?v=1470910706\" width=\"100\"\u003e\n\n[![CircleCI](https://circleci.com/gh/rhinos-app/rhinos-app-dev.svg?style=svg)](https://circleci.com/gh/rhinos-app/rhinos-app-dev)\n\n# Rhinos-app\nRhinos-app is a react-native app which uses [react-native-web](https://github.com/necolas/react-native-web) to achieve cross-platform design. \n\n[Live Demo: web version](http://45.56.126.43:8300/)\n\n## :star2: FEATURES:\n  * :iphone: :computer: Runs on Android, iOS, Web (can also run as a Windows/MacOS/Linux desktop app with [Electron](https://github.com/electron/electron))\n  * [SimpleNavigator](app/components/SimpleNavigator/SimpleNavigator.js) with navParams, transition Fx (using Animated)\n  * [React-native-gifted-form](https://github.com/FaridSafi/react-native-gifted-form)\n  * [React-native-elements](https://github.com/react-native-community/react-native-elements), react-native-vector-icons (FontAwesome), Button, SideMenu, List, etc.\n  * Components: React-native-navbar, React-native-tab-view, etc.\n  * [Storybook](https://github.com/storybooks/react-storybook): develop \u0026 visualize your components interactively.\n  * Unit Test: Jest, Enzyme.\n  * Miscellaneous features: yarn, ESLint (JS Standard), Webpack, baseStyles.js\n\n*It does not have X, Y, Z libs?* - We adopted [KISS](http://principles-wiki.net/principles:keep_it_simple_stupid) principle but feel free to sprinkle some more pixie dust (Redux, MobX, etc.) to bake your project :)\n\n*Demo video:*\n[![Demo video](docs/assets/demo.png)](https://www.youtube.com/watch?v=tJRVfUz6vbI)\n\n\u003cimg src=\"docs/assets/demo-ios.gif\" width=\"240\"\u003e\n\n## :book: DOCS:\n  * [Deployment](docs/Deployment.md)\n  * [Common Issues / Troubleshooting](docs/Troubleshooting.md)\n\n## :package: PREREQUISITES:\n  * Android SDK\n  * XCode\n  * npm global modules:\n```\n$ npm install -g yarn\n$ npm install -g react-native-cli\n```\n\n## :wrench: BUILD \u0026 RUN:\n\n### Install:\n```\n$ git clone \u003cURL\u003e\n$ cd rhinos-app-dev\n$ npm install   (or $ yarn)\n```\n\n### Run on Web\n```\nDEV mode:\n  $ npm run web\n  \nPRODUCTION mode:\n  $ npm run build-web\n  $ npm run serve-web-background\n  \nStoryBook:\n  $ npm run storybook\n```\n\n### Run on Android\n  * open Android Emulator\n  * in Terminal, make sure you have ANDROID_HOME=/Users/username/Library/Android/sdk\n  * run in another Terminal: $ npm start -- --reset-cache\n\n``` \n    $ react-native run-android\n``` \n\n### Run on iOS\n  * open iOS Emulator\n  * run in another Terminal: $ npm start -- --reset-cache\n\n```    \n    $ react-native run-ios\n```\n\n## :raised_hands: CONTRIBUTING:\nPRs, Stars :star: and Issue Reporting :beetle: are always welcome :)\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](http://standardjs.com)\n\n### Apps built on Rhinos-app\nATVT (Activities) - track influencer's social activities\n\n\u003cimg src=\"docs/assets/demo-atvt.gif\" width=\"240\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhinos-app%2Frhinos-app-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhinos-app%2Frhinos-app-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhinos-app%2Frhinos-app-dev/lists"}