We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47fded9 commit e839920Copy full SHA for e839920
README.md
@@ -2,6 +2,13 @@
2
3
This is unofficial React Native wrapper for myTrackerSDK
4
5
+## React Native Support
6
+
7
+| version | react-native version |
8
+| ------- | -------------------- |
9
+| < 1.0.0 | < 0.76.0 |
10
+| 1.0.0+ | 0.76.0+ |
11
12
## Installation
13
14
```sh
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@splicer97/react-native-mytracker",
- "version": "0.14.1",
+ "version": "1.0.0",
"description": "This is unofficial React Native wrapper for myTrackerSDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
0 commit comments