TypeError: Object is not defined #48407
Labels
Needs: Author Feedback
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Stale
There has been a lack of activity on this issue and it may be closed soon.
Description
I upgraded my react native version to 0.75.4 and so react navigations versions also to latest one, but got stuck in the loop saying object is not a function in react. Main page shown for some seconds and then got the below error.
Currently i am using these versions
| @react-navigation/native | 7.0.14
| @react-navigation/bottom-tabs | 7.2.0
| @react-navigation/drawer | 7.1.1
| @react-navigation/stack | 7.1.1
| @react-navigation/native-stack | 7.2.0
| react-native-tab-view | 4.0.5
| react-native-screens | 4.0.0
| react-native-safe-area-context | 3.3.2
| react-native-gesture-handler | 2.21.2
| react-native-reanimated | 3.0.2
| react-native-pager-view | 6.4.1
| node | 20.0.0
| react | 18.3.1
| react-native | 0.75.4
Steps to reproduce
yarn install and then run react-native run-android
React Native Version
0.75.4
Affected Platforms
Runtime - Android, Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://react.dev/
Screenshots and Videos
The text was updated successfully, but these errors were encountered: