Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 472 Bytes

react-native-common-tools

Contains some modules commonly used in react native

HomePage:

    https://www.npmjs.com/package/react-native-common-tools

Install:

    yarn add react-native-common-tools

Usage:

    import {  } from 'react-native-common-tools';

Push:

    open vpn in terminal and git push origin main

Publish:

    npm login
    npm publish
    note: change the version of your package.json every time before npm publish