/react-native-offlative

Allow users to access your application even when offline!

Primary LanguageJavaMIT LicenseMIT

react-native-offlative

Allow users to continue using your app without internet, via bluetooth

Installation

npm install react-native-offlative

Usage

import { multiply } from 'react-native-offlative';

// ...

const result = await multiply(3, 7);

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