bottlehs / create-react-native-app

Create a React Native app that runs on iOS, Android, and web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create React Native App

Create Universal React Native apps with no build configuration.

Supports Expo iOS Supports Expo Android Supports Expo Web

npx create-react-native-app

Once you're up and running with Create React Native App, visit this tutorial for more information on building apps with React Native.

Features

  • Native project ready to be built on to your device.
  • Support for unimodules and auto-linking.
  • OTA updates, and Gestures out of the box.
  • Full support for React Native web.
  • TypeScript by default.
  • Works with the Expo Client app.

Usage

  • npx create-react-native-app Create a new React Native app.
  • yarn ios -- (react-native run-ios) Build the iOS App (requires a MacOS computer).
  • yarn android -- (react-native run-android) Build the Android App.
  • yarn web -- (expo start:web) Run the website in your browser.

Sections

Usage with Expo Client App

Expo Client enables you to work with all of the Components and APIs in React Native, as well as the JavaScript APIs that the are bundled with the Expo App.

Expo Client supports running any project that doesn't have custom native modules added.

  • Download the "Expo Client" app from the Play Store or App Store.
  • Start your project with Expo
    • Install the CLI npm i -g expo-cli
    • Start the project expo start
  • Open the project:
    • Sign in to expo and the project will appear in the app.
    • Or point your phone's camera at the QR code in the terminal (press "c" to view it).

Support and Contact

If you're having issues with Create React Native App, please make sure:

  • The issue is not covered in the Expo Docs
  • There is not already an open issue for your particular problem

If you've checked the documentation and currently open issues, please either open a new GitHub issue or ask a question on Expo forums.

Contributing

Please see Contributing guide in the Expo CLI monorepo for instructions on contributing to Expo CLI.


About

Create a React Native app that runs on iOS, Android, and web

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 72.4%Language:JavaScript 27.6%