{"id":25759709,"url":"https://github.com/maechabin/create-react-native-app-sample","last_synced_at":"2026-05-09T05:03:31.632Z","repository":{"id":84291525,"uuid":"85576596","full_name":"maechabin/create-react-native-app-sample","owner":"maechabin","description":"The sample ToDo App of create-react-native-app","archived":false,"fork":false,"pushed_at":"2017-03-31T17:55:45.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T17:44:25.244Z","etag":null,"topics":["expo","react-native","sample"],"latest_commit_sha":null,"homepage":"https://snack.expo.io/rk-rHa2nl","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/maechabin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-20T12:55:05.000Z","updated_at":"2018-09-28T09:15:22.000Z","dependencies_parsed_at":"2023-03-04T22:30:40.281Z","dependency_job_id":null,"html_url":"https://github.com/maechabin/create-react-native-app-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maechabin/create-react-native-app-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maechabin%2Fcreate-react-native-app-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maechabin%2Fcreate-react-native-app-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maechabin%2Fcreate-react-native-app-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maechabin%2Fcreate-react-native-app-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maechabin","download_url":"https://codeload.github.com/maechabin/create-react-native-app-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maechabin%2Fcreate-react-native-app-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["expo","react-native","sample"],"created_at":"2025-02-26T17:38:02.226Z","updated_at":"2026-05-09T05:03:31.626Z","avatar_url":"https://github.com/maechabin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This project was bootstrapped with [Create React Native App](https://github.com/react-community/create-react-native-app).\n\nBelow you'll find information about performing common tasks. The most recent version of this guide is available [here](https://github.com/react-community/create-react-native-app/blob/master/react-native-scripts/template/README.md).\n\n## Table of Contents\n\n* [Updating to New Releases](#updating-to-new-releases)\n* [Available Scripts](#available-scripts)\n  * [npm start](#npm-start)\n  * [npm test](#npm-test)\n  * [npm run ios](#npm-run-ios)\n  * [npm run android](#npm-run-android)\n  * [npm run eject](#npm-run-eject)\n* [Writing and Running Tests](#writing-and-running-tests)\n* [Customizing App Display Name and Icon](#customizing-app-display-name-and-icon)\n* [Sharing and Deployment](#sharing-and-deployment)\n  * [Publishing to Expo's React Native Community](#publishing-to-expos-react-native-community)\n  * [Building an Expo \"standalone\" app](#building-an-expo-standalone-app)\n  * [Ejecting from Create React Native App](#ejecting-from-create-react-native-app)\n    * [Build Dependencies (Xcode \u0026 Android Studio)](#build-dependencies-xcode-android-studio)\n    * [Should I Use ExpoKit?](#should-i-use-expokit)\n* [Tips and Tricks](#tips-and-tricks)\n\n## Updating to New Releases\n\nYou should only need to update the global installation of `create-react-native-app` very rarely, ideally never.\n\nUpdating the `react-native-scripts` dependency of your app should be as simple as bumping the version number in `package.json` and reinstalling your project's dependencies.\n\nUpgrading to a new version of React Native requires updating the `react-native`, `react`, and `expo` package versions, and setting the correct `sdkVersion` in `app.json`. See the [versioning guide](https://github.com/react-community/create-react-native-app/blob/master/VERSIONS.md) for up-to-date information about package version compatibility.\n\n## Available Scripts\n\nIf yarn was installed when the project was initialized, then dependencies will have been installed via yarn, and you should probably use it to run these commands as well. Unlike dependency installation, command running syntax is identical for yarn and npm at the time of this writing.\n\n### `npm start`\n\nRuns your app in development mode.\n\nOpen it in the [Expo app](https://expo.io) on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.\n\n#### `npm test`\n\nRuns the [jest](https://github.com/facebook/jest) test runner on your tests.\n\n#### `npm run ios`\n\nLike `npm start`, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.\n\n#### `npm run android`\n\nLike `npm start`, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see [React Native docs](https://facebook.github.io/react-native/docs/getting-started.html) for detailed setup).\n\n#### `npm run eject`\n\nThis will start the process of \"ejecting\" from Create React Native App's build scripts. You'll be asked a couple of questions about how you'd like to build your project.\n\n**Warning:** Running eject is a permanent action (aside from whatever version control system you use). An ejected app will require you to have an [Xcode and/or Android Studio environment](https://facebook.github.io/react-native/docs/getting-started.html) set up.\n\n## Customizing App Display Name and Icon\n\nYou can edit `app.json` to include [configuration keys](https://docs.expo.io/versions/latest/guides/configuration.html) under the `expo` key.\n\nTo change your app's display name, set the `expo.name` key in `app.json` to an appropriate string.\n\nTo set an app icon, set the `expo.icon` key in `app.json` to be either a local path or a URL. It's recommended that you use a 512x512 png file with transparency.\n\n## Writing and Running Tests\n\nThis project is set up to use [jest](https://facebook.github.io/jest/) for tests. You can configure whatever testing strategy you like, but jest works out of the box. Create test files in directories called `__tests__` to have the files loaded by jest. See the [the template project](https://github.com/react-community/create-react-native-app/tree/master/react-native-scripts/template/__tests__) for an example test. The [jest documentation](https://facebook.github.io/jest/docs/getting-started.html) is also a wonderful resource, as is the [React Native testing tutorial](https://facebook.github.io/jest/docs/tutorial-react-native.html).\n\n## Sharing and Deployment\n\nCreate React Native App does a lot of work to make app setup and development simple and straightforward, but it's very difficult to do the same for deploying to Apple's App Store or Google's Play Store without relying on a hosted service.\n\n### Publishing to Expo's React Native Community\n\nExpo provides free hosting for the JS-only apps created by CRNA, allowing you to share your app through the Expo client app. This requires registration for an Expo account.\n\nInstall the `exp` command-line tool, and run the publish command:\n\n```\n$ npm i -g exp\n$ exp publish\n```\n\n### Building an Expo \"standalone\" app\n\nYou can also use a service like [Expo's standalone builds](https://docs.expo.io/versions/latest/guides/building-standalone-apps.html) if you want to get an IPA/APK for distribution without having to build the native code yourself.\n\n### Ejecting from Create React Native App\n\nIf you want to build and deploy your app yourself, you'll need to eject from CRNA and use Xcode and Android Studio.\n\nThis is usually as simple as running `npm run eject` in your project, which will walk you through the process. Make sure to install `react-native-cli` and follow the [native code getting started guide for React Native](https://facebook.github.io/react-native/docs/getting-started.html).\n\n#### Should I Use ExpoKit?\n\nIf you have made use of Expo APIs while working on your project, then those API calls will stop working if you eject to a regular React Native project. If you want to continue using those APIs, you can eject to \"React Native + ExpoKit\" which will still allow you to build your own native code and continue using the Expo APIs. See the [ejecting guide](https://github.com/react-community/create-react-native-app/blob/master/EJECTING.md) for more details about this option.\n\n## Tips and Tricks\n\n* If you have a local network the prevents your phone from accessing the address that is printed when running the packager, you can often work around this issue by \"tethering\" your computer to your phone's internet connection. Some phones call this feature \"mobile hotspot.\" While it's very convenient, if you have a data plan where you pay for data transfer you should be careful when using this feature, especially when installing dependencies from NPM.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaechabin%2Fcreate-react-native-app-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaechabin%2Fcreate-react-native-app-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaechabin%2Fcreate-react-native-app-sample/lists"}