react-native-community / upgrade-support

A central community-backed place to request and give help when upgrading your app.
MIT License
261 stars 2 forks source link

Showing blank white screen on android emulator with no error in metro after upgrading from 0.67.1 to 0.73.6 #265

Open DeepakCodeWaves opened 8 months ago

DeepakCodeWaves commented 8 months ago

Environment

System: OS: Windows 10 10.0.19045 CPU: (6) x64 Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz Memory: 2.53 GB / 15.66 GB Binaries: Node: version: 20.11.1 path: C:\Program Files\nodejs\node.EXE Yarn: version: 1.22.19 path: ~\AppData\Roaming\npm\yarn.CMD npm: version: 10.2.4 path: C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: API Levels:

Things I’ve done to figure out my issue

{ "name": "myapp", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { "@mapbox/geo-viewport": "^0.5.0", "@microsoft/signalr": "^8.0.0", "@react-native-async-storage/async-storage": "^1.23.1", "@react-native-community/push-notification-ios": "^1.11.0", "@react-native-firebase/app": "^19.1.0", "@react-native-firebase/messaging": "^19.1.1", "@react-native-masked-view/masked-view": "^0.3.1", "@react-navigation/bottom-tabs": "^6.5.20", "@react-navigation/native": "^6.1.17", "@react-navigation/stack": "^6.3.29", "@types/react-native-push-notification": "^8.1.4", "fetch-intercept": "^2.4.0", "metro-react-native-babel-preset": "^0.77.0", "react": "18.2.0", "react-devtools": "^5.0.2", "react-native": "0.73.6", "react-native-biometrics": "^3.0.1", "react-native-country-codes-picker": "^2.3.5", "react-native-country-picker-modal": "^2.0.0", "react-native-device-info": "^10.13.1", "react-native-eject": "^0.2.0", "react-native-geolocation-service": "^5.3.1", "react-native-gesture-handler": "^2.15.0", "react-native-get-location": "^4.0.1", "react-native-global-props": "^1.1.5", "react-native-i18n": "^2.0.15", "react-native-interactable": "^2.0.1", "react-native-keyguard": "^0.1.4", "react-native-linear-gradient": "^2.8.3", "react-native-map-clustering": "^3.4.2", "react-native-maps": "^1.11.3", "react-native-notifications": "^5.1.0", "react-native-push-notification": "^8.1.1", "react-native-reanimated": "^3.8.1", "react-native-safe-area-context": "^4.9.0", "react-native-screens": "^3.30.1", "react-native-select-dropdown": "^4.0.0", "react-native-status-bar-height": "^2.6.0", "react-native-system-setting": "^1.7.6", "react-native-touch-id": "^4.4.1", "react-native-vector-icons": "^10.0.3", "react-native-webview": "^13.8.2" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "0.73.21", "@react-native/eslint-config": "0.73.2", "@react-native/metro-config": "0.73.5", "@react-native/typescript-config": "0.73.1", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "2.8.8", "react-test-renderer": "18.2.0", "typescript": "5.0.4" }, "engines": { "node": ">=18" } }

Upgrading version

Upgraded from 0.67.1 to 0.73.6 photo_2024-03-30_00-35-20 photo_2024-03-30_00-38-22 photo_2024-03-30_00-35-21

Description

Reproducible demo

gkasireddy202 commented 7 months ago

I am facing this issue on iOS.I upgraded the react-native from 0.68.7 to 0.73.2

karol-circlek commented 7 months ago

npmGlobalPackages: "react-native": Not Found why not found ? Im asking because right now I have 1400 errors related to missing react-native package on my monorepo project. Im updating RN from 0.71.11 to 0.73.6

melnikovkolya commented 1 month ago

Hi,

I get the same issue, in a 'different' flavour.

If I click once to navigate to the next screen - I get a blank screen, and I can go back by swiping right at the left edge of the screen.

If I click twice quickly, the next screen appears, but looks as if dim/faded. If on that screen I swipe back once, the normal (expected) look of the screen aapears.

In addition, the initial screen looks dim/faded always.