2.0.0 • Published 11 months ago

@mobeuv/react-native-user-agent v2.0.0

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

@mobeuv/react-native-user-agent

Use to retrieve the UserAgent in React Native.

Installation

npm install @mobeuv/react-native-user-agent

Usage

import { multiply } from '@mobeuv/react-native-user-agent';

// ...

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