1.0.3 • Published 2 years ago
@imrongc/uikit-mobile v1.0.3
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.jsthen 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 linkfor RN 0.69 or above run this script at terminal :
npx react-native-assetReact Native Version: 0.66.3
Storybook Version: 6.5