shibumi
v0.0.21
Published
A React Native component library to speed up development of ecommerce apps built with native base.
Downloads
5
Readme
Shibumui - (Work In Progress)
An ecommerce react native component library built with native base, the project follows CDD pattern with the help of storybook for react native
Components Developed
- Ratings Section
- Review Section
- Categories Section
- Banner Section
To use this package in your project
yarn add shibumi
To run this package locally
We assume that you have a running android emulator or real device with android studio already running on your machine.
Clone the project and run
yarn
Replace the host IP address with your machine's local IP address in storybook/index.js line no 21
host: '192.16x.x.xxx'
Run Story Book
yarn story book -h 192.16x.x.xxx
Start the metro Server && run the react native on the device android or IOS
yarn start yarn android or ios
Voila you now have a working React native Storybook Development Environment.
Please add the correct IP address in Step 3 & Step 4, or else the components might not load properly.