{"id":18307436,"url":"https://github.com/devgeeks/react-navigation-example","last_synced_at":"2026-01-03T16:04:29.851Z","repository":{"id":142086251,"uuid":"56769707","full_name":"devgeeks/react-navigation-example","owner":"devgeeks","description":"A playground to try and make mobile page navigation better using react","archived":false,"fork":false,"pushed_at":"2016-04-26T02:41:15.000Z","size":11705,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T17:45:10.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devgeeks.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-21T11:55:33.000Z","updated_at":"2020-12-22T05:06:52.000Z","dependencies_parsed_at":"2023-07-22T16:46:44.395Z","dependency_job_id":null,"html_url":"https://github.com/devgeeks/react-navigation-example","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/devgeeks%2Freact-navigation-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2Freact-navigation-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2Freact-navigation-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devgeeks%2Freact-navigation-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devgeeks","download_url":"https://codeload.github.com/devgeeks/react-navigation-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826787,"owners_count":20354222,"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-11-05T16:04:15.240Z","updated_at":"2026-01-03T16:04:29.845Z","avatar_url":"https://github.com/devgeeks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Navigation Example\n\nReact.js Cordova / PhoneGap Template / App for testing ideas on page navigation and animation\n\n## Getting Started\n\n### Prerequisites\n\nTo play with this app, you'll need Node.js v4 or newer.\n\n### Installation\n\nTo use this as a template, use Cordova 6.0.0+ and create a new project:\n\n```\ncordova create MyAppName --template=https://github.com/devgeeks/react-navigation-example\n```\n\nor\n\n```\nphonegap create MyAppName --template https://github.com/devgeeks/react-navigation-example\n```\n\nthen\n\n```\ncd MyAppName\n```\n\n```\nnpm install\n```\n\n### Run the app in the browser / simulator\n\nRun this to start the development webpack server:\n\n```\nnpm start\n```\n\nYou can then open the app in your browser by visiting [localhost:8080](http://localhost:8080)\n\nOpen it in the iOS Simulator by running (in another terminal):\n\n```\ncordova platform add ios\n```\n\n```\nnpm run ios\n```\n\nOr in the Android emulator with:\n\n```\ncordova platform add android\n```\n\n```\nnpm run android\n```\n\n(both of which are just calling `cordova run ios` and `cordova run android`)\n\nIn this mode, the app will live-reload changes to React components using [react-hot-loader](https://github.com/gaearon/react-hot-loader) and CSS changes using the Webpack CSS loader.\n\n### Build the app for production\n\nTo build the app without the development hot module reloading server:\n\n```\nnpm run build [ -- ios || android]\n```\n\ni.e.:\n\n```\nnpm run prepare -- ios\nnpm run prepare -- android\n```\n\nThis will switch your `config.xml` file to production mode, build the app bundle to `/www` using Webpack, and run `cordova build` for you.\n\nAfter that, the normal Cordova / PhoneGap commands can be used such as `phonegap serve`, or `cordova run ios`, etc.\n\n# License\n\nMIT. Copyright (c) 2016 Jed Watson.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgeeks%2Freact-navigation-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgeeks%2Freact-navigation-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgeeks%2Freact-navigation-example/lists"}