1.0.15 • Published 3 years ago

pawtner-mobile-ui v1.0.15

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

Pawtner-mobile-ui

Pawtner UI component ui module on React native

Installing pawtner-mobile-ui in your project

Install pawtner-mobile-ui package

npm install pawtner-mobile-ui

or

yarn add pawtner-mobile-ui

How to develop this package?

  • In root folder of this project, create a tgz file by running
npm run pack

or

yarn run pack

After this step, a file with name pawtner-mobile-ui-<version>.tgz will be created locally in root folder

  • Go to example folder and installing the newly created tgz file
yarn add <absolute-path-to-tgz-file>/pawtner-mobile-ui-<version>.tgz
  • Use components from the package as normal react native components
import { Badge } from 'pawtner-ui-mobile'

Publishing this package

  • Build this project
yarn run prepare
  • Publish package to npm.js
yarn publish

Enter username and password of npmjs pawtner account. Please contact admin to get credential

Publishing storybook

  • In root folder, run
yarn build-static-webapp
1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago