Skip to content

tom2kota/react-native-start

Repository files navigation

react-native-start 0.6Gb

React Native Basic project setup


npm install -g expo-cli

expo whoami

expo register
expo login

expo init

Initial setup

  1. clone repo

  2. npm i & alternatively: npm install --global expo-cli

  3. npm start and open localhost

  4. connect Mobile device

  5. setup expo app from AppStore

  6. select Tunnel or LAN and scan QR code

  7. check result http://localhost:19002/ & on mobile

    INFO
    11:21
    Starting Metro Bundler on port 19001.
    INFO
    11:22
    Tunnel ready.
    Info
    11:39
    Building JavaScript bundle: finished in 406ms.
    

    http://localhost:19001/:

    React Native packager is running.
    
    Visit documentation
    
  8. stop the bundler => Ctrl + C


Installing Requirements

  • Homebrew (install first)
  • Node (with Homebrew)
  • Watchman (with Homebrew)
  • The React Native CLI
  • Xcode
  • Java SE Development Kit 14
  • Python
  • NodeJS
  • React Native CLI npm install -g react-native-cli
react-native --version

npm install -g create-react-native-app

react-native init rn-starter

npx --package react-native-cli react-native

npm start

npm run eject


references:

About

React Native Basic project setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published