1.0.15 • Published 4 years ago

pawtner-mobile-ui v1.0.15

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago