[BREAKGLASS] Append-only mirror of github.com/bluewallet/react-native-live-activity
Go to file
2022-09-19 10:13:24 +01:00
.circleci chore: initial commit 2022-09-19 10:13:24 +01:00
android chore: initial commit 2022-09-19 10:13:24 +01:00
example chore: initial commit 2022-09-19 10:13:24 +01:00
ios chore: initial commit 2022-09-19 10:13:24 +01:00
scripts chore: initial commit 2022-09-19 10:13:24 +01:00
src chore: initial commit 2022-09-19 10:13:24 +01:00
.editorconfig chore: initial commit 2022-09-19 10:13:24 +01:00
.gitattributes chore: initial commit 2022-09-19 10:13:24 +01:00
.gitignore chore: initial commit 2022-09-19 10:13:24 +01:00
.watchmanconfig chore: initial commit 2022-09-19 10:13:24 +01:00
.yarnrc chore: initial commit 2022-09-19 10:13:24 +01:00
babel.config.js chore: initial commit 2022-09-19 10:13:24 +01:00
CONTRIBUTING.md chore: initial commit 2022-09-19 10:13:24 +01:00
lefthook.yml chore: initial commit 2022-09-19 10:13:24 +01:00
LICENSE chore: initial commit 2022-09-19 10:13:24 +01:00
package.json chore: initial commit 2022-09-19 10:13:24 +01:00
react-native-live-activity.podspec chore: initial commit 2022-09-19 10:13:24 +01:00
README.md chore: initial commit 2022-09-19 10:13:24 +01:00
tsconfig.build.json chore: initial commit 2022-09-19 10:13:24 +01:00
tsconfig.json chore: initial commit 2022-09-19 10:13:24 +01:00

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