It is a shopping app that helps users find the best deals by comparing prices for the same product in different volumes or quantities. Whether you're buying a single item, a bulk pack, or a larger size, the app quickly shows you where you can get the best price per unit.
This app has the following features:
✔️ Highlight the best price combination available.
Library | Version |
---|---|
React Native | v0.75 |
React | v18 |
React Native Paper | v5 |
React Native Vector Icons | v10 |
React Native MMKV | v2 |
Babel Module Resolver | v5 |
- The mobile with USB debugging enabled
- The mobile and laptop are on the same Wi-Fi network.
yarn android
- Run
adb devices
to get the mobile device name. - Run
ipconfig
to get the IPv4 address. - Connect the mobile device to the laptop via a USB cable.
- Install the app
yarn android
- Disconnect the mobile from USB. Metro Bundler will be disconnected.
- Shake the mobile to open the React Native Dev menu. Select Settings. Open
Debug server host & port for device.
- Enter IPv4 (from step 1) and port number (usually 8081), e.g., 112.128.123.19:8081.
- Shake the mobile to open the React Native Dev menu.
- Select "Reload." Hot reload should now work.
https://github.com/night-fury-rider/react-native-template/wiki/Create-the-release-build
https://github.com/night-fury-rider/react-native-template/wiki/Deploy-the-App-on-PlayStore