0.1.5 • Published 2 years ago

react-native-bubbles-menu v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

npm.io

react-native-bubbles-menu

This a bubbles' menu, this project requires node v16

Installation

npm install react-native-bubbles-menu

Or if you use yarn

yarn add react-native-bubbles-menu

Dependencies

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 react-native-reanimated@2.12.0
npx pod-install

Usage

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

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago