0.0.1 • Published 4 years ago

@incomprobable-ui/react v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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