[BREAKGLASS] Append-only mirror of github.com/bluewallet/react-native-live-activity
| .circleci | ||
| android | ||
| example | ||
| ios | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .watchmanconfig | ||
| .yarnrc | ||
| babel.config.js | ||
| CONTRIBUTING.md | ||
| lefthook.yml | ||
| LICENSE | ||
| package.json | ||
| react-native-live-activity.podspec | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
react-native-live-activity
Live Activity
Installation
npm install react-native-live-activity
Usage
import { multiply } from "react-native-live-activity";
// ...
const result = await multiply(3, 7);
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