Skip to content

Commit 1d995b2

Browse files
v2.0.0
This version brings support for React Native >0.60 on iOS by enabling autolinking. Android is also supported for React Native >0.60.
1 parent 553892a commit 1d995b2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-mdm",
3-
"version": "1.0.10",
3+
"version": "2.0.0",
44
"description": "A mobile device management (MDM) module for react-native",
55
"main": "index.js",
66
"scripts": {
@@ -12,13 +12,13 @@
1212
"author": "Ying Hang Eng",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"react-native": "^0.27"
15+
"react-native": ">0.60"
1616
},
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/robinpowered/react-native-mdm.git"
2020
},
2121
"peerDependencies": {
22-
"react-native": "^0.27"
22+
"react-native": ">0.60"
2323
}
2424
}

0 commit comments

Comments
 (0)