Package Exports
- @flip.id/mobile-design-system
- @flip.id/mobile-design-system/lib/commonjs/index.js
- @flip.id/mobile-design-system/lib/module/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@flip.id/mobile-design-system) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
FLIP UI KIT (FUI)
Documentation
Component
Comparison
Installation
$ yarn add @flip.id/fui
$ cp node_modules/dist/module/assets/fonts src/your/react-native/fonts/path
$ npx react-native-asstesPost-script
Adding fonts
$ cp node_modules/dist/module/assets/fonts src/your/react-native/fonts/path
$ npx react-native-asstesInstall Deps
$ yarn add react-native-svg
$ yarn add @shopify/flash-listRelease
Before doing the release
1. Generate your personal token from gitlab (https://gitlab.com/-/profile/personal_access_tokens)
2. run `$ export GITLAB_TOKEN="<your personal token>"`Pre-release (stream)
$ npm run release
$ x.x.x-[stream_code].xRelease Candidates
$ npm run release
$ x.x.x-rc.xRelease
$ npm run release
$ x.x.x