* feat: add ios and rn source * fix(ios): remove testing keys * fix(tracker): change default path
32 lines
620 B
Markdown
32 lines
620 B
Markdown
# @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
|
|
|
|
```sh
|
|
npm install @openreplay/react-native
|
|
```
|
|
|
|
## Usage
|
|
|
|
```js
|
|
import { RntrackerView } from "@openreplay/react-native";
|
|
|
|
// ...
|
|
|
|
<RntrackerView color="tomato" />
|
|
```
|
|
|
|
## Contributing
|
|
|
|
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
|
|
|
|
## License
|
|
|
|
MIT
|
|
|
|
---
|
|
|
|
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
|