Skip to content

Commit a158811

Browse files
committed
Remove unused react-native-popup-menu
1 parent 25b9d3a commit a158811

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
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",

src/components/services/Providers.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { EdgeContext } from 'edge-core-js/types'
33
import { LoginUiProvider } from 'edge-login-ui-rn'
44
import * as React from 'react'
55
import { KeyboardProvider } from 'react-native-keyboard-controller'
6-
import { MenuProvider } from 'react-native-popup-menu'
76
import { Provider } from 'react-redux'
87
import { applyMiddleware, createStore } from 'redux'
98
import 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>

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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-
1625516250
react-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"

0 commit comments

Comments
 (0)