Skip to content

Demo project to highlight react native with hooks.

Notifications You must be signed in to change notification settings

nsconde/ReactNativeDemo

Repository files navigation

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