Test
Last updated
Was this helpful?
Last updated
Was this helpful?
Hotel Reservation Sample App with React-native and GraphQL
A sample app for Hotel Reservation system built with React-Native and Apollo GraphQL for iOS and Android platforms
/
Make sure you have your system environment pre-configured for react-native as described here.
Also follow:
- iOS dependencies
and
- Android dependencies
Once you have the system ready with the needed dependencies for react-native:
Clone this repository in your working folder
Open terminal and CD to your working folder and run below command:
Install the dependencies:
yarn buildRunIOS
( or with npm - npm run buildRunIOS
)
yarn buildRunAndroid
yarn test
or yarn testWithCoverage