diff --git a/example/package.json b/example/package.json index 54b0bd6..00c0447 100644 --- a/example/package.json +++ b/example/package.json @@ -16,7 +16,7 @@ "@shopify/flash-list": "^1.7.1", "react": "18.3.1", "react-native": "0.75.2", - "react-native-ios-utilities": ">=5.0.0-51", + "react-native-ios-utilities": ">=5.0.0-51 || >=5.0.0", "react-native-safe-area-context": "^4.10.9", "react-native-screens": "^3.35.0" }, diff --git a/package.json b/package.json index 4b58364..3c395da 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "react": "18.2.0", "react-native": "0.74.2", "react-native-builder-bob": "^0.20.0", - "react-native-ios-utilities": ">=5.0.0-51", + "react-native-ios-utilities": ">=5.0.0-51 || >=5.0.0", "release-it": "^15.0.0", "turbo": "^1.10.7", "typescript": "^5.2.2" @@ -114,7 +114,7 @@ "peerDependencies": { "react": "*", "react-native": "*", - "react-native-ios-utilities": "5.0.x" + "react-native-ios-utilities": "*" }, "workspaces": [ "example"