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

How to start with react native .#775

DeveloperVaibhav1 started this conversation inGeneral
Discussion options

Prerequisite for react native .

You must be logged in to vote

Replies: 1 comment

Comment options

Hi@DeveloperVaibhav1,
1. Prerequisites

  • JavaScript (ES6+)
  • Basic React (components, props, state)
  • Node.js & npm/yarn
  • Basic terminal/CLI usage

2. How to Start

  • Option 1: Expo (Beginner-friendly)
  • Quick setup, no native code.
    npm install -g expo-cli
    npx create-expo-app MyApp
    cd MyApp
    npx expo start
    --> Use Expo Go app on your phone to preview.
  • Option 2: React Native CLI (Advanced)
  • Needed for native modules.
    npx react-native init MyApp
    cd MyApp
    npx react-native run-android # or run-ios (Mac only)
    --> Requires Android Studio / Xcode setup.

3. Learn These Core Topics

  • Components & JSX
  • Props & State
  • Styling (Flexbox)
  • Navigation (react-navigation)
  • API calls (fetch or axios)
  • Storage (AsyncStorage)

4. Tools

  • VSCode – Editor
  • Expo Go – Preview app
    React Native Debugger / Flipper – Debugging

5. Docs

  • reactnative.dev
  • docs.expo.dev

Good luck!

You must be logged in to vote
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
2 participants
@DeveloperVaibhav1@nguyenhoanghai1605

[8]ページ先頭

©2009-2025 Movatter.jp