React native project created using
npx create-expo-app kjs-example
Only required dependency is 'react-native-webview'
To install all the required dependencies just run the following command:
npm install
To view the application whie developing it you need to install the expo client in your mobile device (android or ios)
With the application installed on your mobile device you can start the development server by running the following command:
npm start
NOTE: this npm script runs expo start you may need to use expo start --tunnel if you are having connectivity issues
With the server started and you can scan the provided qr code with your mobile device and have the application built and displayed for your device.