From a39857d41cfff77d16a1c7dcd77d55f5fc8a18f4 Mon Sep 17 00:00:00 2001 From: Mark Rickert Date: Tue, 9 Jun 2020 16:10:10 -0400 Subject: [PATCH] Removes duplicate @react-native-community/async-storage Seems in the tackage.json file we were asking for @react-native-community/async-storage twice. This removes the duplication and upgrades the module to `^1.11.0` --- boilerplate/package.json.ejs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/boilerplate/package.json.ejs b/boilerplate/package.json.ejs index 3fa0b711..9ea59364 100644 --- a/boilerplate/package.json.ejs +++ b/boilerplate/package.json.ejs @@ -45,14 +45,13 @@ "@react-navigation/native": "^5.1.5", <% if(props.useExpo){ %> "@react-navigation/stack": "^5.2.10", - <% } else { -%> - "@react-native-community/async-storage": "^1.5.1", + <% } else { -%> + "@react-native-community/async-storage": "^1.11.0", "@react-native-community/masked-view": "0.1.5", "react-native-safe-area-view": "1.0.0", "react-native-gesture-handler": "<%= props.reactNativeGestureHandlerVersion %>", "react-native-localize": "^1.0.0", "react-native-keychain": "5.0.1", - "@react-native-community/async-storage": "^1.9.0", <% } -%> "validate.js": "0.13.1" },