dancj / react-native-tutorial

https://www.tutorialspoint.com/react_native/react_native_environment_setup.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React native tutorial

hello world: https://reactnative.dev/docs/tutorial

real tutorial: https://www.tutorialspoint.com/react_native/react_native_environment_setup.htm

Setup

ref: https://reactnative.dev/docs/environment-setup

Need to have current versions of nodejs, JDK8, xCode.

Must have android paths set up in $PATH env variable.

Run things with npx, which uses an online version of react-native somehow. For example: npx react-native run-ios

AWS

https://docs.amplify.aws/start/getting-started/setup/q/integration/react-native just run amplify init and follow the wizard

Running

To run in emulator, must have android emulator set up in AVD and run it first!  Need to set up iphone sim in xCode also.  

// pick one...
npx react-native start
npx react-native run-ios

About

https://www.tutorialspoint.com/react_native/react_native_environment_setup.htm


Languages

Language:Java 41.5%Language:JavaScript 24.5%Language:Objective-C 22.3%Language:Starlark 8.4%Language:Ruby 3.3%