From 4bb08706910e811e8d7058fe25d2fa97aef7288a Mon Sep 17 00:00:00 2001 From: Zeeshan Ashraf Date: Thu, 16 Apr 2020 17:36:05 -0700 Subject: [PATCH] Removed manual dependency installation requirement from docs --- packages/datafile-manager/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/datafile-manager/README.md b/packages/datafile-manager/README.md index 6da3577de..4927b8628 100644 --- a/packages/datafile-manager/README.md +++ b/packages/datafile-manager/README.md @@ -36,11 +36,6 @@ manager.on('update', ({ datafile }) => { ``` ## Development -For development, installation of peer dependency `@react-native-community/async-storage` is also required: -```sh -npm i --no-save @react-native-community/async-storage -``` - - The `lint` package.json script runs ESLint and Prettier. This applies formatting and lint fixes to all `.ts` files in the `src/` directory. - The `test` package.json script runs our Jest-based test suite. - The `tsc` package.json script runs the TypeScript compiler to build the final scripts for publishing (into the `lib/` directory).