@incomprobable-ui/react
v0.0.1
Published
## Dependencies
Downloads
1
Readme
Incomprobable UI
Dependencies
- React >= 16.9.0
- React Native >= 0.62.0
- Styled Components >= 4.4.1
- React Native Vector Icons >= 6.4.5
Installation
# Install the library
yarn add @incomprobable-ui/react
# For React Native, install RNSVG
yarn add react-native-svg
# For React Native, add Souce Sans Pro as custom font
Development
# Clone Repository
git clone https://github.com/Ex-tendeal/incomprobable-ui
# Move to folder
cd incomprobable-ui
# Install library dependencies
yarn install
React Native App
# Clone Repository
cd stories/native
# Install library dependencies
yarn install
Build
Build for Development
# Build web bundle
yarn build:dev:web
# Build native bundle
yarn build:dev:native
Build for Production
# Build web bundle
yarn build:prod:web
# Build native bundle
yarn build:prod:native
Running in Local
Running Web in Local
# Run in web
yarn storybook:web
# Open Storybook
Navigate to http://localhost:6006
Running Native in Local
# Run in web
yarn storybook:native
# Open Storybook
Navigate to http://localhost:6006