@featurebuddy/react-native
is client for FeatureBuddy Platform.
- Capture user feedback
- Allow users to vote on features
- Allow users to comment on features
npm install @featurebuddy/react-native
import { Features } from '@featurebuddy/react-native';
// ...
const apiKey = '';
return <Features apiKey={apiKey}/>;
Full documentation is available at https://docs.featurebuddy.com