项目作者: nsconde

项目描述 :
Demo project to highlight react native with hooks.
高级语言: TypeScript
项目地址: git://github.com/nsconde/ReactNativeDemo.git
创建时间: 2020-01-30T21:50:44Z
项目社区:https://github.com/nsconde/ReactNativeDemo

开源协议:

下载


Hotel Engine Example

Install packages:

  1. yarn install

Follow appropriate device instructions:

  1. # Run instructions for iOS:
  2. cd ios
  3. pod install
  4. cd ..
  5. react-native run-ios
  6. # Run instructions for Android:
  7. # Have an Android emulator running (quickest way to get started), or a device connected.
  8. react-native run-android

Run a separate metro window if you get a packager error:

  1. yarn start --reset-cache