File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 147147 "react-native-patina" : " ^0.1.6" ,
148148 "react-native-permissions" : " ^4.1.5" ,
149149 "react-native-piratechain" : " ^0.4.8" ,
150- "react-native-popup-menu" : " ^0.16.1" ,
151150 "react-native-reanimated" : " ^3.8.1" ,
152151 "react-native-safari-view" : " ^2.1.0" ,
153152 "react-native-safe-area-context" : " ^4.9.0" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { EdgeContext } from 'edge-core-js/types'
33import { LoginUiProvider } from 'edge-login-ui-rn'
44import * as React from 'react'
55import { KeyboardProvider } from 'react-native-keyboard-controller'
6- import { MenuProvider } from 'react-native-popup-menu'
76import { Provider } from 'react-redux'
87import { applyMiddleware , createStore } from 'redux'
98import thunk from 'redux-thunk'
@@ -64,11 +63,9 @@ export function Providers(props: Props) {
6463 >
6564 < KeyboardProvider statusBarTranslucent >
6665 { renderStateProviders (
67- < MenuProvider >
68- < Airship >
69- < Main />
70- </ Airship >
71- </ MenuProvider >
66+ < Airship >
67+ < Main />
68+ </ Airship >
7269 ) }
7370 </ KeyboardProvider >
7471 </ LoginUiProvider >
Original file line number Diff line number Diff line change @@ -16247,11 +16247,6 @@ react-native-piratechain@^0.4.8:
1624716247 dependencies:
1624816248 rfc4648 "^1.3.0"
1624916249
16250- react-native-popup-menu@^0.16.1:
16251- version "0.16.1"
16252- resolved "https://registry.yarnpkg.com/react-native-popup-menu/-/react-native-popup-menu-0.16.1.tgz#b1bb56be5c0838bbc2f532af7b1f554b7ceef566"
16253- integrity sha512-xRS7mRh0exwu7Iw8PPVHdM11d13A/KzYjy0/fZx3zVtxISxPkNaDGayau6oa7HqO3Nj0oS9ulFCYjcQfG6vahA==
16254-
1625516250react-native-reanimated@^3.8.1:
1625616251 version "3.8.1"
1625716252 resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.8.1.tgz#45c13d4bedebef8df3d5a8756f25072de65960d7"
You can’t perform that action at this time.
0 commit comments