[BREAKGLASS] Append-only mirror of github.com/bluewallet/react-native-ios-context-menu
Go to file
2020-10-22 12:20:24 +08:00
android chore: initial commit 2020-10-21 11:58:36 +08:00
example 🚫 Removed stubs/dummy impl. 2020-10-22 12:19:49 +08:00
ios 🚫 Removed stubs/dummy impl. 2020-10-22 12:19:49 +08:00
src 🚫 Removed stubs/dummy impl. 2020-10-22 12:19:49 +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