* feat: add ios and rn source * fix(ios): remove testing keys * fix(tracker): change default path |
||
|---|---|---|
| .. | ||
| android | ||
| example | ||
| ios | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .gitignore | ||
| .nvmrc | ||
| .watchmanconfig | ||
| .yarnrc | ||
| babel.config.js | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| lefthook.yml | ||
| LICENSE | ||
| openreplay-reactnative.podspec | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| turbo.json | ||
@openreplay/react-native
Only iOS devices are supported right now. Regular View and empty callbacks are used for android devices, so its safe to use with crossplatform apps.
Installation
npm install @openreplay/react-native
Usage
import { RntrackerView } from "@openreplay/react-native";
// ...
<RntrackerView color="tomato" />
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