Ecommerce React Native
The ideal starter kit / app script with all the needed UI elements alongwith MobX and NativeBase to build your iOS and Android e-commerce app like Mona / JackThreads / Canopy / Flipp
Installation
System Requirements:
-
Globally installed node>= 6
-
Globally installed npm>= 3
-
Install packages for Full Version
cd App
npm install
or
yarn-
To simulate for iOS
- Method One:
- Run
npm startin your terminal. - Scan the QR code in your Expo App.
- Run
- Method Two:
- Type
npm run iosin your terminal.
- Type
- Method One:
-
To simulate for Android
- Method One:
- Run
npm startin your terminal. - Scan the QR code in your Expo App.
- Run
- Method Two:
- Make sure you have an Android emulator installed and running.
- Type
npm run androidin your terminal.
- Method One:
Start Building Your App
This App guides you throughout building your app, providing the steps and procedure to customize.
How to add new component
- Create a new folder, say
newComponentand place it under/js/src. - Create a new file
index.js, within this folder. - Name the class same as that of folder name.
class NewComponent extends Component {
...
}How to add new styleSheet
- Create a new file
styles.js, place it under/js/src/newComponent. importnewly created StyleSheet into the Component.
import styles from './styles';
class NewComponent extends Component {
...
}Happy coding!

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
