Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ac3258f

Browse files
authored
docs(datafile manager): Removed manual dependency installation requirement from docs (optimizely#457)
Datafile Manager does not require manual installation of @react-native-community/async-storage dependency as this is now added as a dev dependency and will automatically be installed
1 parent 38b11db commit ac3258f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/datafile-manager/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ manager.on('update', ({ datafile }) => {
3636
```
3737

3838
## Development
39-
For development, installation of peer dependency `@react-native-community/async-storage` is also required:
40-
```sh
41-
npm i --no-save @react-native-community/async-storage
42-
```
43-
4439
- The `lint` package.json script runs ESLint and Prettier. This applies formatting and lint fixes to all `.ts` files in the `src/` directory.
4540
- The `test` package.json script runs our Jest-based test suite.
4641
- The `tsc` package.json script runs the TypeScript compiler to build the final scripts for publishing (into the `lib/` directory).

0 commit comments

Comments
 (0)