react-native-bubbles-menu
v0.1.5
Published
test
Maintainers
Readme

react-native-bubbles-menu
This a bubbles' menu, this project requires node v16
Installation
npm install react-native-bubbles-menuOr if you use yarn
yarn add react-native-bubbles-menuDependencies
This project depends on:
- React Native Async Storage
- React Native Reanimated
- React Native Gesture Handler
So please run:
yarn add @react-native-async-storage/async-storage react-native-gesture-handler [email protected]
npx pod-installUsage
import BubbleMenu from 'react-native-bubbles-menu';
// ...
<BubbleMenu items={bubbleItems} />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
