Expo custom dev client crashes on ios

EXPO SDK : 42

Expo custom dev client crashes on ios. How can i debug? Default projects works. Only native dependency is react native purchases. It works on empty project.
package.json

{
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "eject": "expo eject"
  },
  "dependencies": {
    "@expo/ngrok": "expo/ngrok",
    "@expo/react-native-action-sheet": "^3.8.0",
    "@expo/vector-icons": "^12.0.0",
    "@gorhom/bottom-sheet": "^3.6.5",
    "@react-native-async-storage/async-storage": "~1.15.0",
    "@react-native-community/datetimepicker": "3.5.2",
    "@react-native-community/netinfo": "6.0.0",
    "@react-native-picker/picker": "1.16.1",
    "@react-navigation/bottom-tabs": "5.11.2",
    "@react-navigation/native": "^6.0.2",
    "@react-navigation/native-stack": "^6.1.0",
    "@react-navigation/stack": "^5.9.0",
    "@reduxjs/toolkit": "^1.6.1",
    "add": "^2.0.6",
    "axios": "^0.21.1",
    "dayjs": "^1.9.7",
    "expo": "~42.0.1",
    "expo-ads-admob": "~10.1.2",
    "expo-app-loading": "1.1.2",
    "expo-apple-authentication": "~3.2.1",
    "expo-asset": "~8.3.3",
    "expo-camera": "~11.2.2",
    "expo-clipboard": "~1.1.0",
    "expo-constants": "~11.0.1",
    "expo-crypto": "~9.2.0",
    "expo-dev-client": "^0.6.2",
    "expo-device": "~3.3.0",
    "expo-face-detector": "~10.1.1",
    "expo-facebook": "~11.3.1",
    "expo-font": "~9.2.1",
    "expo-google-app-auth": "^8.1.4",
    "expo-google-sign-in": "~9.2.1",
    "expo-image-crop": "0.2.17",
    "expo-image-manipulator": "~9.2.2",
    "expo-image-picker": "~10.2.2",
    "expo-linear-gradient": "~9.2.0",
    "expo-linking": "~2.3.1",
    "expo-localization": "~10.2.0",
    "expo-notifications": "~0.12.3",
    "expo-permissions": "~12.1.1",
    "expo-secure-store": "~10.2.0",
    "expo-sharing": "~9.2.1",
    "expo-splash-screen": "~0.11.2",
    "expo-sqlite": "~9.2.1",
    "expo-status-bar": "~1.0.4",
    "expo-updates": "~0.8.2",
    "expo-web-browser": "~9.2.0",
    "formik": "^2.2.2",
    "global": "^4.4.0",
    "i18n-js": "^3.8.0",
    "lodash.memoize": "^4.1.2",
    "lodash.times": "^4.3.2",
    "lottie-react-native": "4.0.2",
    "no-scroll": "^2.1.1",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "0.63.4",
    "react-native-appearance": "~0.3.3",
    "react-native-barcode-mask": "^1.2.4",
    "react-native-confirmation-code-field": "^6.5.1",
    "react-native-date-input": "^1.0.11",
    "react-native-datepicker": "^1.7.2",
    "react-native-dropdown-picker": "^3.7.1",
    "react-native-floating-label-input": "^1.3.9",
    "react-native-formik": "^1.7.8",
    "react-native-gesture-handler": "~1.10.2",
    "react-native-input-scroll-view": "^1.11.0",
    "react-native-iphone-x-helper": "^1.3.1",
    "react-native-keyboard-aware-scroll-view": "^0.9.3",
    "react-native-modal": "^12.1.0",
    "react-native-modal-datetime-picker": "^9.1.0",
    "react-native-picker-select": "^8.0.4",
    "react-native-pressable-scale": "^1.0.1",
    "react-native-purchases": "^4.3.1",
    "react-native-reanimated": "~2.2.0",
    "react-native-redash": "^16.1.1",
    "react-native-responsive-fontsize": "^0.4.3",
    "react-native-responsive-screen": "^1.4.1",
    "react-native-safe-area-context": "3.2.0",
    "react-native-safe-area-view": "^1.1.1",
    "react-native-screens": "~3.4.0",
    "react-native-social-buttons": "^1.2.0",
    "react-native-star-rating": "^1.1.0",
    "react-native-svg": "12.1.1",
    "react-native-swiper": "^1.6.0-rc.3",
    "react-native-toast-message": "^1.4.2",
    "react-native-ui-lib": "^5.27.0",
    "react-native-unimodules": "~0.14.5",
    "react-native-view-shot": "3.1.2",
    "react-native-web": "~0.13.12",
    "react-redux": "^7.2.5",
    "recoil": "0.0.10",
    "recompose": "^0.30.0",
    "sentry-expo": "^4.0.0",
    "styled-components": "^5.2.0",
    "yarn": "^1.22.10",
    "yup": "^0.29.3"
  },
  "devDependencies": {
    "@babel/core": "~7.9.0",
    "@types/react": "~16.9.35",
    "@types/react-native": "~0.63.2",
    "typescript": "~4.0.0"
  },
  "private": true
}

Hi @emrahc

See if some of the things on the debugging page help.

Also, it might help if you get rid of dependencies you don’t need.

e.g.:

  • @expo/ngrok - if you have this installed for expo start --tunnel, then it should either be installed globally, or as a dev dependency. Not a dependency. Same with yarn.
  • react-native-safe-area-view - You have both this and react-native-safe-area-context installed, but react-native-safe-area-view is deprecated.
  • react-native-unimodules - I’m pretty sure you should not have this installed if this is a managed project.

Hi @wodin Thanks for feedback

I changed my package.json according to your suggestions

{
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "eject": "expo eject"
  },
  "dependencies": {
    "@expo/react-native-action-sheet": "^3.12.0",
    "@gorhom/bottom-sheet": "^4.1.3",
    "@react-native-async-storage/async-storage": "~1.15.0",
    "@react-native-community/datetimepicker": "3.5.2",
    "@react-navigation/bottom-tabs": "^6.0.9",
    "@react-navigation/native": "^6.0.6",
    "@react-navigation/native-stack": "^6.2.5",
    "@react-navigation/stack": "^6.0.11",
    "@reduxjs/toolkit": "^1.6.2",
    "@shopify/restyle": "^1.4.0",
    "axios": "^0.23.0",
    "expo": "~42.0.1",
    "expo-ads-admob": "~10.1.2",
    "expo-app-loading": "1.1.2",
    "expo-apple-authentication": "~3.2.1",
    "expo-asset": "~8.3.3",
    "expo-camera": "~11.2.2",
    "expo-constants": "~11.0.1",
    "expo-dev-client": "^0.6.2",
    "expo-device": "~3.3.0",
    "expo-face-detector": "~10.1.1",
    "expo-facebook": "~11.3.1",
    "expo-font": "~9.2.1",
    "expo-gl": "~10.4.2",
    "expo-google-app-auth": "^8.2.2",
    "expo-image-manipulator": "^9.2.2",
    "expo-image-picker": "~10.2.2",
    "expo-linear-gradient": "~9.2.0",
    "expo-localization": "~10.2.0",
    "expo-notifications": "~0.12.3",
    "expo-sharing": "~9.2.1",
    "expo-sqlite": "~9.2.1",
    "expo-status-bar": "~1.0.4",
    "formik": "^2.2.9",
    "i18n-js": "^3.8.0",
    "lodash.memoize": "^4.1.2",
    "lodash.times": "^4.3.2",
    "lottie-react-native": "4.0.2",
    "no-scroll": "^2.1.1",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
    "react-native-barcode-mask": "^1.2.4",
    "react-native-confirmation-code-field": "^7.1.0",
    "react-native-date-input": "^1.0.11",
    "react-native-dropdown-picker": "^5.1.28",
    "react-native-floating-label-input": "^1.3.11",
    "react-native-formik": "^1.7.8",
    "react-native-gesture-handler": "~1.10.2",
    "react-native-modal": "^13.0.0",
    "react-native-modal-datetime-picker": "^12.0.0",
    "react-native-purchases": "^4.3.1",
    "react-native-reanimated": "~2.2.0",
    "react-native-responsive-fontsize": "^0.5.1",
    "react-native-responsive-screen": "^1.4.2",
    "react-native-safe-area-context": "3.2.0",
    "react-native-screens": "~3.4.0",
    "react-native-star-rating": "^1.1.0",
    "react-native-svg": "12.1.1",
    "react-native-toast-message": "^1.6.0",
    "react-native-ui-lib": "^6.2.0",
    "react-native-view-shot": "3.1.2",
    "react-native-web": "~0.13.12",
    "react-redux": "^7.2.5",
    "recoil": "^0.4.1",
    "recompose": "^0.30.0",
    "yup": "^0.32.11"
  },
  "devDependencies": {
    "@babel/core": "~7.9.0",
    "@types/react": "~16.9.35",
    "@types/react-native": "~0.63.2",
    "typescript": "~4.0.0"
  },
  "private": true
}

But now i get this messages

The native view manager required by name (ExpoAppleAuthenticationButtonSignInWhite) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-apple-authentication/build/ExpoAppleAuthenticationButton.js:13:47 in <global>
at node_modules/expo-apple-authentication/build/AppleAuthenticationButton.js:3:0 in <global>
at node_modules/expo-apple-authentication/build/index.js:3:0 in <global>
at components/authentication/AuthContext.tsx:17:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

The native view manager required by name (ExpoAppleAuthenticationButtonSignInWhiteOutline) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-apple-authentication/build/ExpoAppleAuthenticationButton.js:14:54 in <global>
at node_modules/expo-apple-authentication/build/AppleAuthenticationButton.js:3:0 in <global>
at node_modules/expo-apple-authentication/build/index.js:3:0 in <global>
at components/authentication/AuthContext.tsx:17:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

The native view manager required by name (ExpoAppleAuthenticationButtonSignInBlack) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-apple-authentication/build/ExpoAppleAuthenticationButton.js:15:47 in <global>
at node_modules/expo-apple-authentication/build/AppleAuthenticationButton.js:3:0 in <global>
at node_modules/expo-apple-authentication/build/index.js:3:0 in <global>
at components/authentication/AuthContext.tsx:17:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

The native view manager required by name (ExpoAppleAuthenticationButtonContinueWhite) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-apple-authentication/build/ExpoAppleAuthenticationButton.js:16:49 in <global>
at node_modules/expo-apple-authentication/build/AppleAuthenticationButton.js:3:0 in <global>
at node_modules/expo-apple-authentication/build/index.js:3:0 in <global>
at components/authentication/AuthContext.tsx:17:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

The native view manager required by name (ExpoAppleAuthenticationButtonContinueBlack) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-apple-authentication/build/ExpoAppleAuthenticationButton.js:18:49 in <global>
at node_modules/expo-apple-authentication/build/AppleAuthenticationButton.js:3:0 in <global>
at node_modules/expo-apple-authentication/build/index.js:3:0 in <global>
at components/authentication/AuthContext.tsx:17:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

The native view manager required by name (ExpoAppleAuthenticationButtonSignUpWhite) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-apple-authentication/build/ExpoAppleAuthenticationButton.js:19:47 in <global>
at node_modules/expo-apple-authentication/build/AppleAuthenticationButton.js:3:0 in <global>
at node_modules/expo-apple-authentication/build/index.js:3:0 in <global>
at components/authentication/AuthContext.tsx:17:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

The native view manager required by name (ExpoAppleAuthenticationButtonContinueWhiteOutline) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-apple-authentication/build/ExpoAppleAuthenticationButton.js:17:56 in <global>
at node_modules/expo-apple-authentication/build/AppleAuthenticationButton.js:3:0 in <global>
at node_modules/expo-apple-authentication/build/index.js:3:0 in <global>
at components/authentication/AuthContext.tsx:17:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

The native view manager required by name (ExpoAppleAuthenticationButtonSignUpWhiteOutline) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-apple-authentication/build/ExpoAppleAuthenticationButton.js:20:54 in <global>
at node_modules/expo-apple-authentication/build/AppleAuthenticationButton.js:3:0 in <global>
at node_modules/expo-apple-authentication/build/index.js:3:0 in <global>
at components/authentication/AuthContext.tsx:17:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

The native view manager required by name (ExpoAppleAuthenticationButtonSignUpBlack) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-apple-authentication/build/ExpoAppleAuthenticationButton.js:21:47 in <global>
at node_modules/expo-apple-authentication/build/AppleAuthenticationButton.js:3:0 in <global>
at node_modules/expo-apple-authentication/build/index.js:3:0 in <global>
at components/authentication/AuthContext.tsx:17:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

The native view manager required by name (ExpoAdsAdMobBannerView) from NativeViewManagerAdapter isn't exported by @unimodules/react-native-adapter. Views of this type may not render correctly. Exported view managers: [].
at node_modules/@unimodules/react-native-adapter/build/NativeViewManagerAdapter.native.js:23:12 in requireNativeViewManager
at node_modules/expo-ads-admob/build/AdMobBanner.js:32:23 in <global>
at node_modules/expo-ads-admob/build/index.js:1:0 in <global>
at components/authentication/AuthContext.tsx:22:0 in <global>
at navigation/index.tsx:5:0 in <global>
at App.tsx:6:0 in <global>
at node_modules/expo/AppEntry.js:3:0 in <global>
at http://192.168.1.36:8081/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false:347027:3 in global code

Unable to start your application. Please refer to https://expo.fyi/no-registered-application for more information.
at node_modules/react-native/Libraries/ReactNative/AppRegistry.js:200:6 in runApplication

Invariant Violation: Native module cannot be null.
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:104:6 in reportException
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:171:19 in handleException
at node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:6 in handleError
at node_modules/expo-error-recovery/build/ErrorRecovery.fx.js:12:21 in ErrorUtils.setGlobalHandler$argument_0