Movie ticket booking using React Native
-
git clone https://github.com/ReactJsRepo/MovieTicketReactNative
-
Goto —> cd MovieTicketReactNative
-
Install Node module —> npm install
-
goto —> cd JSON
-
Host the json file in an local system’s IP address to view the app in Mobile
-
To Host in IP Address run below command
-
"json-server --host 192.1.1.1 db.json --port 6700" NOTE : Update the address in file ‘Actions/MovieActions.js’
-
sudo expo start
-
Scan the QR code in ‘Expo’ App in mobile device to open the application