fix(sdk): support expo 52 for react-native
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
"typescript": "^5.2.2"
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"expo-application": "^5",
|
"expo-application": "5 - 6",
|
||||||
"expo-constants": "14 - 16",
|
"expo-constants": "14 - 17",
|
||||||
"react-native": "0.73 - 0.74"
|
"react-native": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user