Code Monkey home page Code Monkey logo

Comments (3)

tschoffelen avatar tschoffelen commented on July 1, 2024

Hi, thanks for reporting. I can't reproduce this in a normal RN app.

Would you be able to tell me the following:

  • Node version you're using
  • Version of React Native you're using
  • Any custom metro config you have applied

from react-native-check-version.

studiozocaro avatar studiozocaro commented on July 1, 2024

problem with babel after upgrade all package
I solved downgrade to
"@babel/core": "^7.12.17",
"@babel/runtime": "^7.12.18",

package.json:
"@babel/core": "^7.12.17",
"@babel/runtime": "^7.12.18",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/art": "^1.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-native-firebase/app": "^12.4.0",
"@react-native-firebase/auth": "^12.4.0",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"axios": "^0.21.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"core-js": "^3.16.0",
"detect-libc": "^1.0.3",
"expo": "^42.0.3",
"expo-cli": "^4.9.1",
"firebase": "^8.8.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"needle": "^2.8.0",
"nopt": "^5.0.0",
"rc": "^1.2.8",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-native": "0.64.2",
"react-native-auto-align-scrollview": "^0.1.0",
"react-native-autoheight-webview": "^1.5.8",
"react-native-axios": "^0.17.1",
"react-native-base64": "^0.2.1",
"react-native-button-component": "^0.2.28",
"react-native-check-version": "^1.0.9",
"react-native-clear-cache": "sowlutions/react-native-clear-cache",
"react-native-device-detection": "^0.2.1",
"react-native-device-info": "^8.1.5",
"react-native-drawer": "^2.5.1",
"react-native-elements": "^3.4.2",
"react-native-exit-app": "^1.1.0",
"react-native-fast-image": "^8.3.7",
"react-native-flip-timer": "0.0.5",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-sms-android": "^2.1.0",
"react-native-hr": "^1.1.4",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-indicators": "^0.17.0",
"react-native-ionicons": "^4.6.5",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-material-ui": "^1.30.1",
"react-native-onesignal": "^4.2.0",
"react-native-pager-view": "^5.4.0",
"react-native-paper": "^4.9.2",
"react-native-reanimated": "^1.13.3",
"react-native-rename": "^2.9.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0",
"react-native-scroll-into-view": "^2.0.1",
"react-native-sms-retriever": "^1.1.1",
"react-native-spinkit": "^1.5.1",
"react-native-storage": "^1.0.1",
"react-native-svg": "^12.1.1",
"react-native-swipe-gestures": "^1.0.5",
"react-native-swiper": "^1.6.0",
"react-native-tiny-toast": "^1.0.7",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.17.1",
"react-native-webview": "^11.6.5",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"rn-swipeable-panel": "^1.2.5",
"rn-tourguide": "^2.7.1",
"rn-update-apk": "^5.0.0",
"smartlook-react-native-wrapper": "^1.2.1",
"sync-storage": "^0.4.2",
"url": "^0.11.0",
"utf8": "^3.0.0"

from react-native-check-version.

Sikandarkhan avatar Sikandarkhan commented on July 1, 2024

problem with babel after upgrade all package I solved downgrade to "@babel/core": "^7.12.17", "@babel/runtime": "^7.12.18",

package.json: "@babel/core": "^7.12.17", "@babel/runtime": "^7.12.18", "@react-native-async-storage/async-storage": "^1.15.5", "@react-native-community/art": "^1.2.0", "@react-native-community/masked-view": "^0.1.11", "@react-native-community/toolbar-android": "0.1.0-rc.2", "@react-native-firebase/app": "^12.4.0", "@react-native-firebase/auth": "^12.4.0", "@react-navigation/drawer": "^5.12.5", "@react-navigation/native": "^5.9.4", "@react-navigation/stack": "^5.14.5", "axios": "^0.21.1", "babel-plugin-transform-inline-environment-variables": "^0.4.3", "core-js": "^3.16.0", "detect-libc": "^1.0.3", "expo": "^42.0.3", "expo-cli": "^4.9.1", "firebase": "^8.8.1", "lodash": "^4.17.21", "moment": "^2.29.1", "needle": "^2.8.0", "nopt": "^5.0.0", "rc": "^1.2.8", "react": "17.0.2", "react-dom": "^17.0.2", "react-native": "0.64.2", "react-native-auto-align-scrollview": "^0.1.0", "react-native-autoheight-webview": "^1.5.8", "react-native-axios": "^0.17.1", "react-native-base64": "^0.2.1", "react-native-button-component": "^0.2.28", "react-native-check-version": "^1.0.9", "react-native-clear-cache": "sowlutions/react-native-clear-cache", "react-native-device-detection": "^0.2.1", "react-native-device-info": "^8.1.5", "react-native-drawer": "^2.5.1", "react-native-elements": "^3.4.2", "react-native-exit-app": "^1.1.0", "react-native-fast-image": "^8.3.7", "react-native-flip-timer": "0.0.5", "react-native-fs": "^2.18.0", "react-native-gesture-handler": "^1.10.3", "react-native-get-sms-android": "^2.1.0", "react-native-hr": "^1.1.4", "react-native-image-zoom-viewer": "^3.0.1", "react-native-indicators": "^0.17.0", "react-native-ionicons": "^4.6.5", "react-native-loading-spinner-overlay": "^2.0.0", "react-native-material-ui": "^1.30.1", "react-native-onesignal": "^4.2.0", "react-native-pager-view": "^5.4.0", "react-native-paper": "^4.9.2", "react-native-reanimated": "^1.13.3", "react-native-rename": "^2.9.0", "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^3.4.0", "react-native-scroll-into-view": "^2.0.1", "react-native-sms-retriever": "^1.1.1", "react-native-spinkit": "^1.5.1", "react-native-storage": "^1.0.1", "react-native-svg": "^12.1.1", "react-native-swipe-gestures": "^1.0.5", "react-native-swiper": "^1.6.0", "react-native-tiny-toast": "^1.0.7", "react-native-vector-icons": "^8.1.0", "react-native-web": "^0.17.1", "react-native-webview": "^11.6.5", "react-redux": "^7.2.4", "redux": "^4.1.0", "redux-persist": "^6.0.0", "redux-thunk": "^2.3.0", "rn-swipeable-panel": "^1.2.5", "rn-tourguide": "^2.7.1", "rn-update-apk": "^5.0.0", "smartlook-react-native-wrapper": "^1.2.1", "sync-storage": "^0.4.2", "url": "^0.11.0", "utf8": "^3.0.0"

I am still facing this issue. Any suggestions please?

from react-native-check-version.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.