React navigation is not working after sdk updated to latest version.

Please provide the following:

  1. SDK Version:42.0.0
  2. Platforms(Android/iOS/web/all):Android
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Replace this section with as much relevant information as possible and any relevant code along with your question.

It appears that you are using old version of react-navigation library. Please update @react-navigation/bottom-tabs, @react-navigation/stack
and @react-navigation/drawer to version 5.10.0 or above to take full advantage of new functionality added to react-native-screens

“dependencies”: {

"@expo/vector-icons": "^10.2.1",

"@react-native-community/datetimepicker": "^3.0.0",

"@react-native-community/masked-view": "^0.1.11",

"@react-navigation/bottom-tabs": "^5.11.7",

"@react-navigation/drawer": "^5.12.3",

"@react-navigation/native": "^3.6.5",

"@react-navigation/stack": "^5.14.2",

"expo": "^42.0.0",

"expo-device": "^3.3.0",

"expo-font": "^9.2.1",

"expo-localization": "^10.2.0",

"expo-notifications": "^0.12.3",

"expo-permissions": "~12.1.1",

"geolib": "^2.0.24",

"i18n-js": "^3.8.0",

"install": "^0.13.0",

"lodash.memoize": "^4.1.2",

"native-base": "2.13.8",

"negotiator": "^0.6.2",

"nocache": "^3.0.1",

"node-int64": "^0.4.0",

"node-stream-zip": "^1.13.6",

"npm": "^7.21.0",

"on-finished": "^2.3.0",

"on-headers": "^1.0.2",

"parseurl": "^1.3.3",

"path-to-regexp": "^6.2.0",

"prop-types": "latest",

"qs": "^6.10.1",

"query-string": "^7.0.1",

"react": "16.8.3",

"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",

"react-native-android-sms-listener": "^0.7.0",

"react-native-animatable": "^1.3.0",

"react-native-base64": "^0.0.2",

"react-native-button": "latest",

"react-native-calendars": "^1.259.0",

"react-native-countdown-component": "^2.0.0",

"react-native-datepicker": "^1.7.2",

"react-native-debugger": "^1.1.0",

"react-native-dialog-input": "latest",

"react-native-drawer": "^2.5.1",

"react-native-easy-grid": "^0.2.2",

"react-native-elements": "^0.19.1",

"react-native-exit-app": "^1.1.0",

"react-native-flexi-radio-button": "^0.2.2",

"react-native-form-validator": "^0.3.2",

"react-native-gesture-handler": "^1.10.2",

"react-native-hide-show-password-input": "^1.1.0",

"react-native-keyboard-aware-scroll-view": "^0.9.4",

"react-native-loading-spinner-overlay": "^1.0.1",

"react-native-maps": "^0.28.0",

"react-native-modal-datetime-picker": "^10.2.0",

"react-native-modal-filter-picker": "^2.0.0",

"react-native-modalbox": "^2.0.0",

"react-native-netinfo": "^1.1.0",

"react-native-phone-input": "^0.2.4",

"react-native-reanimated": "~2.2.0",

"react-native-safe-area-context": "^3.2.0",

"react-native-safe-area-view": "^1.1.1",

"react-native-screens": "~3.4.0",

"react-native-searchable-dropdown": "^1.0.6",

"react-native-sectioned-multi-select": "^0.6.4",

"react-native-selectable-flatlist": "^1.0.3",

"react-native-sms-linking": "^1.0.2",

"react-native-tab-view": "^2.10.0",

"react-native-typography": "^1.4.0",

"react-native-unimodules": "^0.14.6",

"react-native-unordered-list": "^1.0.4",

"react-native-validator-form": "^1.0.0",

"react-native-vector-icons": "latest",

"react-navigation": "^3.13.0",

"react-navigation-drawer": "^2.7.1",

"react-redux": "^6.0.0",

"react-timer-mixin": "^0.13.4",

"redux": "^4.0.1",

"resolve": "^1.20.0",

"rimraf": "^3.0.2",

"rn-modal-picker": "^0.2.7",

"rn-placeholder": "^1.3.2",

"safe-buffer": "^5.2.1",

"sane": "^5.0.1",

"serialize-error": "^8.1.0",

"serve-static": "^1.14.1",

"source-map": "^0.7.3",

"stackframe": "^1.2.0",

"statuses": "^2.0.1",

"throat": "^6.0.1",

"to-fast-properties": "^3.0.1",

"unimodules-permissions-interface": "^5.3.0",

"unpipe": "^1.0.0",

"utils-merge": "^1.0.1",

"vary": "^1.1.2",

"vlq": "^1.0.1"

},

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