Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 651 Bytes

DEV react native.md

File metadata and controls

29 lines (22 loc) · 651 Bytes

LianWen on native react

  1. react native Links: https://facebook.github.io/react-native/docs/getting-started.html https://github.com/react-community/create-react-native-app https://github.com/necolas/react-native-web/blob/master/packages/website/guides/getting-started.md

Commands: npm install -g create-react-native-app create-react-native-app LianWen --with-web-support yarn start yarn web yarn ios yarn android

  1. expo Link: https://expo.io/

Commands: npm install expo-cli --global

App: download expo client app to cellphone

make sure the cellphone is in the same intranet as your computer You will see your react native app in your cellphone