Home IOS Development react native – Expo App iOS error: once I get to residence after which return to the App, the entire web page reloads

react native – Expo App iOS error: once I get to residence after which return to the App, the entire web page reloads

0
react native – Expo App iOS error: once I get to residence after which return to the App, the entire web page reloads

[ad_1]

A web page on my App exhibits a bug on iOS: when I’m on it, then I get to the iOS residence display, and eventually I return to the App, generally the WHOLE web page reloads: Each variable (e.g. useState variables) will get the preliminary worth and the photographs are loaded because it was their first load (you possibly can see these disappear for some time). How is that this potential? This bug happens on iOS solely.

app.json .dependencies:

{
    "@bugsnag/expo": "^49.0.0",
    "@notifee/react-native": "^7.8.0",
    "@react-native-async-storage/async-storage": "1.18.2",
    "@react-native-community/netinfo": "^9.4.1",
    "@react-native-firebase/app": "^18.2.0",
    "@react-native-firebase/auth": "^18.2.0",
    "@react-navigation/bottom-tabs": "^6.5.4",
    "@react-navigation/native": "^6.1.1",
    "@react-navigation/stack": "^6.3.10",
    "@shopify/flash-list": "1.4.3",
    "@varieties/jest": "^29.2.4",
    "@varieties/node": "^18.11.17",
    "@varieties/react": "~18.2.14",
    "@varieties/react-dom": "~18.0.10",
    "@varieties/react-native": "^0.70.8",
    "axios": "^1.4.0",
    "base-64": "^1.0.0",
    "expo": "^49.0.3",
    "expo-application": "~5.3.0",
    "expo-av": "~13.4.1",
    "expo-background-fetch": "~11.3.0",
    "expo-blur": "~12.4.1",
    "expo-build-properties": "~0.8.3",
    "expo-constants": "~14.4.2",
    "expo-crypto": "~12.4.1",
    "expo-dev-client": "~2.4.6",
    "expo-device": "~5.4.0",
    "expo-linear-gradient": "~12.3.0",
    "expo-notifications": "~0.20.1",
    "expo-permissions": "~14.2.1",
    "expo-splash-screen": "~0.20.5",
    "expo-status-bar": "~1.6.0",
    "expo-system-ui": "~2.4.0",
    "expo-task-manager": "~11.3.0",
    "expo-updates": "~0.18.11",
    "firebase": "^10.0.0",
    "firebase-tools": "^12.4.4",
    "jquery": "^3.6.3",
    "react": "18.2.0",
    "react-native": "0.72.3",
    "react-native-gesture-handler": "~2.12.0",
    "react-native-google-mobile-ads": "^12.3.0",
    "react-native-purchases": "^7.2.0",
    "react-native-safe-area-context": "^4.7.1",
    "react-native-screens": "~3.22.0",
    "react-native-svg": "13.9.0"
  },

All the things I attempted helped me to higher perceive the issue. From what I do know, the bug doesn’t rely on the web page code (I carried out my assessments). I deduce that it’s a matter of dependencies.

EDIT: I found that ANY OTHER display on the App presents this bug (STILL ON IOS ONLY).

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here