diff --git a/packages/default-storage-backend/package.json b/packages/default-storage-backend/package.json index 2e15ef0f..8d292b58 100644 --- a/packages/default-storage-backend/package.json +++ b/packages/default-storage-backend/package.json @@ -34,7 +34,8 @@ ], "repository": { "type": "git", - "url": "https://github.com/react-native-async-storage/async-storage.git" + "url": "https://github.com/react-native-async-storage/async-storage.git", + "directory": "packages/default-storage-backend" }, "scripts": { "format": "concurrently yarn:format:*", @@ -67,7 +68,7 @@ "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0" + "react-native": "^0.0.0-0 || >=0.60 <1.0" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/yarn.lock b/yarn.lock index 1b6a0fc5..79eaec83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3941,7 +3941,7 @@ __metadata: typescript: ^4.9.4 webdriverio: ^8.11.2 peerDependencies: - react-native: ^0.0.0-0 || 0.60 - 0.72 || 1000.0.0 + react-native: ^0.0.0-0 || >=0.60 <1.0 languageName: unknown linkType: soft