Developer Menu Crashes on ios

When I shake my device or do a 3 finger touch, Expo Go hard crashes. This behavior first started after upgrading to SDK 46. I did a stepwise upgrade from SDK 43.

Here are my expo dependencies:

    "expo": "^46.0.0",
    "expo-application": "~4.2.2",
    "expo-constants": "~13.2.3",
    "expo-device": "~4.3.0",
    "expo-file-system": "~14.1.0",
    "expo-font": "~10.2.0",
    "expo-image-picker": "~13.3.1",
    "expo-linking": "~3.2.2",
    "expo-notifications": "~0.16.1",
    "expo-status-bar": "~1.4.0",
    "expo-updates": "~0.14.4",

Here is my eas.json:

"cli": {
   "version": ">= 0.37.0"
 },
 "build": {
   "dev": {
     "developmentClient": true,
     "distribution": "internal",
     "channel": "dev"
   },

Thank you!