Error run on iOS but not on Android (native module that doesn't exists)

SDK Version: 46
Platforms(Android/iOS/web/all): iOS
OS: MacOS x

Hi everyone who reads this, and thank you in advance for any help :slight_smile:

I’m updating my project from sdk 44 to 46 and I got an issue on iOS but not on android when testing the app:

So apparently there is a native module that doesn’t exist, but I’ve no error on android, and it’s working perfectly.
I’ve found that I can just check every package one by one, but really painful (big app with lot’s to com / uncom) but if there is a solution to get which one is creating the issue …

If anyone got some idea, thanks in advance !

Here is my package.json

{
    "name": "my-app",
    "version": "2.3.5",
    "private": true,
    "devDependencies": {
      "@babel/core": "^7.18.6",
      "babel-plugin-module-resolver": "^4.1.0",
      "babel-preset-react-native": "^5",
      "jest-expo": "^46.0.0",
      "metro-react-native-babel-preset": "^0.51.1",
      "react-native-bundle-visualizer": "^2.2.1",
      "react-test-renderer": "16.5.0",
      "scheduler": "^0.12.0"
    },
    "scripts": {
      "start": "expo start --dev-client",
      "eject": "expo eject",
      "android": "expo run:android",
      "ios": "expo run:ios",
      "test": "node ./node_modules/jest/bin/jest.js --watchAll"
    },
    "jest": {
      "preset": "jest-expo"
    },
    "dependencies": {
      "@amplitude/analytics-react-native": "^0.2.1",
      "@expo/ngrok": "^4.1.0",
      "@ptomasroos/react-native-multi-slider": "^1.0.0",
      "@react-native-async-storage/async-storage": "~1.17.3",
      "@react-native-community/art": "^1.2.0",
      "@react-native-community/masked-view": "0.1.10",
      "@react-native-community/netinfo": "9.3.0",
      "axios": "^0.18.0",
      "axios-cancel": "^0.2.2",
      "crypto-js": "^3.1.9-1",
      "deprecated-react-native-prop-types": "^2.3.0",
      "expo": "~46.0.17",
      "expo-analytics": "^1.0.18",
      "expo-apple-authentication": "~4.3.0",
      "expo-asset": "~8.6.1",
      "expo-av": "~12.0.4",
      "expo-barcode-scanner": "~11.4.0",
      "expo-camera": "~12.3.0",
      "expo-clipboard": "~3.1.0",
      "expo-constants": "~13.2.4",
      "expo-dev-client": "~1.3.1",
      "expo-device": "~4.3.0",
      "expo-font": "~10.2.0",
      "expo-image-manipulator": "~10.4.0",
      "expo-linking": "~3.2.2",
      "expo-localization": "~13.1.0",
      "expo-location": "~14.3.0",
      "expo-notifications": "~0.16.1",
      "expo-permissions": "~13.2.0",
      "expo-screen-orientation": "~4.3.0",
      "expo-secure-store": "~11.3.0",
      "expo-splash-screen": "~0.16.2",
      "expo-status-bar": "~1.4.0",
      "expo-store-review": "~5.3.0",
      "expo-updates": "~0.14.7",
      "expo-web-browser": "~11.0.0",
      "js-sha256": "^0.9.0",
      "lodash": "^4.17.11",
      "lottie-react-native": "5.1.3",
      "moment": "^2.22.2",
      "moment-timezone": "^0.5.27",
      "patch-package": "^6.4.7",
      "postinstall-postinstall": "^2.1.0",
      "react": "18.0.0",
      "react-dom": "18.0.0",
      "react-native": "0.69.6",
      "react-native-fbsdk-next": "^9.0.0",
      "react-native-gesture-handler": "~2.5.0",
      "react-native-highlight-words": "^1.0.1",
      "react-native-magic-move": "^0.6.0",
      "react-native-maps": "0.31.1",
      "react-native-modal": "^6.5.0",
      "react-native-modal-dropdown": "^0.6.2",
      "react-native-motion": "^0.2.0",
      "react-native-phone-call": "^1.0.9",
      "react-native-picker-scrollview": "^1.0.0",
      "react-native-progress-wheel": "^1.0.5",
      "react-native-progressive-image": "^1.0.4",
      "react-native-push-notification": "^8.1.1",
      "react-native-rating-requestor": "^3.2.1",
      "react-native-reanimated": "~2.9.1",
      "react-native-safe-area-context": "4.3.1",
      "react-native-screens": "~3.15.0",
      "react-native-smart-picker": "^1.0.4",
      "react-native-snap-carousel": "^3.7.5",
      "react-native-svg": "12.3.0",
      "react-native-svg-animated-linear-gradient": "^0.4.0",
      "react-native-switch-pro": "^1.0.2-beta",
      "react-native-textinput-effects": "^0.4.2",
      "react-native-view-shot": "3.3.0",
      "react-native-web": "~0.18.7",
      "react-native-webview": "11.23.0",
      "react-navigation": "^4.4.3",
      "react-navigation-drawer": "^1.4.0",
      "react-navigation-stack": "^1.7.3",
      "react-navigation-tabs": "^2.10.1",
      "react-transform-hmr": "^1.0.4",
      "reactotron-react-native": "^3.6.4",
      "sentry-expo": "~5.0.0",
      "styled-components": "^4.0.2",
      "toggle-switch-react-native": "^2.0.2",
      "victory-native": "35.3.3"
    }
  }

Best, Nicolas.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.