Home

Awesome

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:

cd App
npm install
or
yarn

Start Building Your App

This App guides you throughout building your app, providing the steps and procedure to customize.

How to add new component

class NewComponent extends Component {
    ...
}

How to add new styleSheet

import styles from './styles';
class NewComponent extends Component {
    ...
}

Happy coding!