Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/react-community/create-react-native-app
Create React Native apps that run on iOS, Android, and web
https://github.com/react-community/create-react-native-app
android create-react-native-app ios javascript react-native react-native-app react-native-web
Last synced: 3 days ago
JSON representation
Create React Native apps that run on iOS, Android, and web
- Host: GitHub
- URL: https://github.com/react-community/create-react-native-app
- Owner: expo
- License: bsd-3-clause
- Created: 2017-01-11T17:54:30.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T09:24:43.000Z (8 months ago)
- Last Synced: 2025-02-16T11:52:28.320Z (4 days ago)
- Topics: android, create-react-native-app, ios, javascript, react-native, react-native-app, react-native-web
- Language: JavaScript
- Homepage:
- Size: 1.95 MB
- Stars: 13,268
- Watchers: 271
- Forks: 1,356
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-toolkits - Create React Native App - Create a React Native app on any OS with no build config. (Mobile)
README
It's recommended to use a framework to build apps with React Native, learn more.
## Deprecated
Create a new Expo project with [create-expo-app](https://github.com/expo/expo/tree/main/packages/create-expo#readme) instead:
```bash
# Usage for bun, npm, pnpm, and yarn
$ npm create expo
$ bun create expo
$ pnpm create expo
$ yarn create expo# Output help information with all available options
$ npx create-expo --help
```
with ❤️ Expo