openreplay/tracker/tracker-reactnative
2023-11-10 13:56:05 +01:00
..
android feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
example fix(tracker): rm debug file 2023-11-10 13:56:05 +01:00
ios feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
scripts feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
src feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
.editorconfig feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
.gitignore feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
.nvmrc feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
.watchmanconfig feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
.yarnrc feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
babel.config.js feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
CODE_OF_CONDUCT.md feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
CONTRIBUTING.md feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
lefthook.yml feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
LICENSE feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
openreplay-reactnative.podspec feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
package.json feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
README.md feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
tsconfig.build.json feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
tsconfig.json feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
turbo.json feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00

@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