From dbbf6e2f1b804718459e2eb536efb6e3d8db309f Mon Sep 17 00:00:00 2001 From: brandon in Date: Tue, 16 Feb 2021 15:01:11 -0800 Subject: [PATCH] Update package.json fixes issue ``` error: bundling failed: Error: Unable to resolve module `@react-native-community/toolbar-android` from `node_modules/react-native-vector-icons/lib/toolbar-android.js`: @react-native-community/toolbar-android could not be found within the project. ``` --- react-native-redux-sample/ReactNativeWithSendBird/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-redux-sample/ReactNativeWithSendBird/package.json b/react-native-redux-sample/ReactNativeWithSendBird/package.json index eb40d240..4fada513 100644 --- a/react-native-redux-sample/ReactNativeWithSendBird/package.json +++ b/react-native-redux-sample/ReactNativeWithSendBird/package.json @@ -15,6 +15,7 @@ "@react-native-community/async-storage": "^1.6.2", "@react-native-community/netinfo": "^4.4.0", "@react-native-community/push-notification-ios": "^1.0.2", + "@react-native-community/toolbar-android": "^0.1.0-rc.2", "react": "16.9.0", "react-native": "0.61.2", "react-native-cached-image": "https://github.com/fungilation/react-native-cached-image.git",