0.10.0 • Published 9 months ago
@featurebuddy/react-native v0.10.0
@featurebuddy/react-native
FeatureBuddy
Installation
npm install @featurebuddy/react-native
Usage
import { Features } from '@featurebuddy/react-native';
// ...
const apiKey = '';
const userId = '';
return <Features apiKey={apiKey} userId={userId} />;
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