Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Create React Native apps that run on iOS, Android, and web

License

NotificationsYou must be signed in to change notification settings

expo/create-react-native-app

Repository files navigation

create-react-native-app

Create React Native App

The fastest way to create universal React Native apps

Supports Expo iOSSupports Expo AndroidSupports Expo Web

the best way to bootstrap a react native app

npx create-react-native-app

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

Product: demo

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.
  • Plug-n-play custom templates.
  • Works with the Expo Client app.

Usage

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

Templates

By default you create abare-workflow React project with support for iOS, Android, and web. You can opt to use an example project instead by selecting the "Templates from ..." option. Custom templates can be used with--template <Example Name or GitHub URL> option.

  • Use anexample:npx create-react-native-app -t with-typescript
  • Use a custom template:npx create-react-native-app --template https://github.com/someone/my-react-starter -- Only works with GitHub repos on the master branch.
  • All examples can be modified in theexpo/examples repo.

Sections

Usage with Expo Client App

Expo Client enables you to work with all of theComponents and APIs inreact-native, as well as theJavaScript 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 CLInpm i -g expo-cli
    • Start the projectexpo 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 theExpo Docs
  • There is not already anopen issue for your particular problem

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

Contributing

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

Attribution

The examples feature was inspired by thetemplates system ofcreate-next-app by theVercel team.

Related

CRNA is focused on being the fastest way to bootstrap a React Native app without worrying about the native platforms or bundlers required for developing and shipping apps. Other tools provide both an init script (which is slower) and a suite of other tools that can be used for interacting with the project. CRNA is meant to be used with any of the following tools:

Contributors ✨

All Contributors

Thanks goes to these wonderful people (emoji key):


Evan Bacon

💻📖🎨🚧👀

Brent Vatne

💻📖👀

Hamza Halilovic

💻

Cedric van Putten

💻

Ville Immonen

💻👀

Frieder Bluemle

💻

This project follows theall-contributors specification. Contributions of any kind welcome!


[8]ページ先頭

©2009-2025 Movatter.jp