openreplay/tracker/tracker-reactnative
2024-01-09 15:46:34 +01:00
..
android feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
example feat(ios): network plugin for react native connector, tbt 2024-01-05 10:33:55 +01:00
ios feat(ios): network plugin for react native connector, tbt 2024-01-05 10:33:55 +01:00
scripts feat(ios): add Ios source (#1640) 2023-11-10 10:32:55 +01:00
src fix(tracker): add binary array support for network 2024-01-09 15:46:34 +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
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 fix(tracker): fix build, fix readme 2023-11-14 09:38:26 +01:00
package.json fix(rn): pod update 2023-12-11 16:54:20 +01:00
README.md fix(tracker): fix build, fix readme 2023-11-14 09:38:26 +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

Please see the documentation for more information about usage.