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 73a2457 commit fbe84abCopy full SHA for fbe84ab
packages/storage-legacy/README.md
@@ -5,9 +5,8 @@ An `AsyncStorage` storage backend, fully compatible with former version.
5
## Installation
6
7
8
-// todo: check naming before relase
9
```bash
10
-$ yarn add @react-native-community/async-storage-legacy
+$ yarn add @react-native-community/async-storage-backend-legacy
11
```
12
13
@@ -16,7 +15,7 @@ $ yarn add @react-native-community/async-storage-legacy
16
15
17
```typescript
18
19
-import LegacyStorage from '@react-native-community/async-storage-legacy';
+import LegacyStorage from '@react-native-community/async-storage-backend-legacy';
20
import AsyncStorageFactory from '@react-native-community/async-storage';
21
22
type MyModel = {
0 commit comments