Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 437 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 437 Bytes

Hotel Engine Example

Install packages:

yarn install

Follow appropriate device instructions:

# Run instructions for iOS:
cd ios
pod install
cd ..
react-native run-ios

# Run instructions for Android:
# Have an Android emulator running (quickest way to get started), or a device connected.
react-native run-android

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

yarn start --reset-cache