A react-native shopping application with dummy order Summary and cart screen. {No API's, only offline Data}.
- Navigation in react-native using react-navigation
- Horizontal Scrolling
- Locking the App to portrait Mode
- Deep Cloning the javascript Object
- Fixing a View to Bottom of the screen
- Multiple line TextInput
- Dividing The Component to small functional component
- Using Functional Components { stateless components}
$ git clone git@github.com:rickyansari/shoppingCart.git
$ cd shoppingCart
Then, install the packages
$ yarn
Or, if using npm:
$ npm install
Then, start the server
$ npx react-native start
Finally, builds your app and starts it on a connected Android emulator or device
$ npx react-native run-android