React-Native Checkout Flow Boilerplate
Introduction
A creative and modern car shopping app design for react-native. It works well with both IOS and Android.
Availables pages
This is the list of the availables pages with this source code:
Coming Soon
- Profile
Installation
Follow these steps to install and test the app:
git clone https://github.com/codechef703/RN-Checkout-Flow
cd RN-Checkout-Flow
npm install
expo start
Screenshots
Documentation
Updating the codebase will require changes to the .js
files in the src/ folder. Individual screens can be edited by editing the .js
files in src/screens/. Re-usable components can be edited by editing the .js
files in src/component/.