0.1.1 • Published 9 months ago

@sleiv/react-native-common-utils v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

react-native-common-utils

Provide a common utils to react-native

Installation

yarn add https://github.com/bokuhe/react-native-common-utils.git

or

npm install https://github.com/bokuhe/react-native-common-utils.git

Usage

import { AppNavigator } from '@sleiv/react-native-common-utils';

// ...
AppNavigator.exitApp().catch((e) => {
  console.error(e);
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.1.1

9 months ago