Closed walmat closed 2 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@expo/config-plugins@7.9.2, npm/@expo/config-types@50.0.1, npm/@expo/fingerprint@0.6.1, npm/@react-native-menu/menu@1.0.3, npm/ip-regex@1.0.3, npm/md5@2.3.0, npm/postcss@8.4.39, npm/react-native-safe-area-context@4.10.1, npm/slash@2.0.0
Fixes APP-1510 Fixes APP-1797 Fixes APP-1691
What changed (plus any additional context for devs)
There is a lot of noise in this PR because of the need for Expo Modules for
react-native-ios-context-menu
.This PR adds the initial work of implementing Zeego dropdown menus. We're doing this to provide consistency between iOS and Android when it comes to dropdown menus. Right now we're using ActionSheets a lot on Android and incrementally we are hoping to reduce that number down to zero.
For this PR, we are adding one entry point in the MintsFilter Menu component.
Screen recordings / screenshots
iOS
Android
// coming soon
What to test
test that all other context menus are unaffected and the mints filter still works