0.1.5 • Published 1 year ago

react-native-bubbles-menu v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago