Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 719 Bytes

File metadata and controls

18 lines (14 loc) · 719 Bytes

React Native and Typescript

This is an essential example to build React-native app using Typescript.

Step to run

  1. Clone the repo
  2. yarn install OR npm install
  3. react-native eject
  4. react-native run-ios OR react-native run-android

If you see any issue, please do not hesitate to create an issue here or can contact me via email cao.trung.thu@gmail.com or Linkedin

Thanks

references

  1. https://facebook.github.io/react-native/docs/tutorial
  2. https://github.com/jscomplete/react-native-essential-training
  3. https://www.tutorialspoint.com/typescript/
  4. https://www.tutorialspoint.com/es6