[BREAKGLASS] Append-only mirror of github.com/bluewallet/react-native-ios-context-menu
Go to file
2020-10-24 12:06:42 +08:00
android chore: initial commit 2020-10-21 11:58:36 +08:00
example 🛠 Refactor: ContextMenu Logic WIP 2020-10-24 11:46:57 +08:00
ios 🛠 Refactor: ContextMenu Logic WIP 2020-10-24 12:06:42 +08:00
src 🛠 Minor Refactor + Cleanup 2020-10-23 09:31:35 +08:00
.editorconfig chore: initial commit 2020-10-21 11:58:36 +08:00
.gitattributes chore: initial commit 2020-10-21 11:58:36 +08:00
.gitignore chore: initial commit 2020-10-21 11:58:36 +08:00
babel.config.js chore: initial commit 2020-10-21 11:58:36 +08:00
LICENSE chore: initial commit 2020-10-21 11:58:36 +08:00
package.json Updated package.json 2020-10-22 12:20:24 +08:00
react-native-ios-context-menu.podspec chore: initial commit 2020-10-21 11:58:36 +08:00
README.md chore: initial commit 2020-10-21 11:58:36 +08:00
tsconfig.json chore: initial commit 2020-10-21 11:58:36 +08:00
yarn.lock 🚫 Removed package: prettier 2020-10-22 07:20:08 +08:00

react-native-ios-context-menu

placeholder

Installation

npm install react-native-ios-context-menu

Usage

import IosContextMenu from "react-native-ios-context-menu";

// ...

const result = await IosContextMenu.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT