You've already forked android-client
mirror of
https://github.com/netbirdio/android-client.git
synced 2026-05-22 17:10:49 -07:00
503 B
503 B
react-native-netbird-lib
netbird library for react native
Installation
npm install react-native-netbird-lib
Usage
import { multiply } from 'react-native-netbird-lib';
// ...
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