1.0.3 • Published 2 years ago

@imrongc/uikit-mobile v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

UangCermat UI mobile Toolkit

The repository contains basic storybook template to begin with. It includes simple components and stories with usage of knobs/actions addons.

How to install:

  • install package/dependencies
yarn add @imrongc/uikit-mobile
  • linking assets (custom fonts) open react-native.config.js then add/change code like below
module.exports = {
  project: {
    ios: {},
    android: {}
  },
  assets: ['./node_modules/@imrongc/uikit-mobile/src/assets/fonts/']
};

then for RN below 0.69 run this script at terminal :

npx react-native link

for RN 0.69 or above run this script at terminal :

npx react-native-asset

React Native Version: 0.66.3

Storybook Version: 6.5

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago