JSPM

@flip.id/mobile-design-system

1.0.0-rc.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3022
  • Score
    100M100P100Q129261F
  • License MIT

Flip UI Kit Version 2

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

https://docs.google.com/document/d/1nu7np3K7-15qgnK60plFcv1Ia4_2ogbMzwldKHvZZSc/edit#heading=h.l3o6g893ugd5

Comparison

https://docs.google.com/spreadsheets/d/13lGkNGx5o6QXc_IzY-p3WjP88G7zg1l2WzgoXs732jw/edit#gid=268737187

Installation

$ yarn add @flip.id/fui
$ cp node_modules/dist/module/assets/fonts src/your/react-native/fonts/path
$ npx react-native-asstes

Post-script

Adding fonts

$ cp node_modules/dist/module/assets/fonts src/your/react-native/fonts/path
$ npx react-native-asstes

Install Deps

$ yarn add react-native-svg
$ yarn add @shopify/flash-list

Release

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].x

Release Candidates

$ npm run release
$ x.x.x-rc.x

Release

$ npm run release
$ x.x.x