Skip to content

Commit fbe84ab

Browse files
author
Krzysztof Borowy
committed
docs: update legacy docs
1 parent 73a2457 commit fbe84ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/storage-legacy/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ An `AsyncStorage` storage backend, fully compatible with former version.
55
## Installation
66

77

8-
// todo: check naming before relase
98
```bash
10-
$ yarn add @react-native-community/async-storage-legacy
9+
$ yarn add @react-native-community/async-storage-backend-legacy
1110
```
1211

1312

@@ -16,7 +15,7 @@ $ yarn add @react-native-community/async-storage-legacy
1615

1716
```typescript
1817

19-
import LegacyStorage from '@react-native-community/async-storage-legacy';
18+
import LegacyStorage from '@react-native-community/async-storage-backend-legacy';
2019
import AsyncStorageFactory from '@react-native-community/async-storage';
2120

2221
type MyModel = {

0 commit comments

Comments
 (0)