facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
118.53k stars 24.28k forks source link

ReactNativeJS: TypeError: undefined is not an object (evaluating 't.default') #28909

Closed bugraonucyildiz closed 4 years ago

bugraonucyildiz commented 4 years ago

Description

App is running properly without any error in debug mode.but its crashing in release mode after splash screen. and also when i'm trying to archive it,its getting successful archive but im not getting anything under window

React Native version:

System: OS: Windows 10 10.0.18363 CPU: (4) x64 Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz Memory: 7.76 GB / 15.89 GB Binaries: Node: 12.16.1 - C:\Program Files\nodejs\node.EXE npm: 6.13.4 - C:\Program Files\nodejs\npm.CMD SDKs: Android SDK: API Levels: 21, 23, 24, 25, 26, 27, 28, 29 Build Tools: 24.0.0, 26.0.1, 26.0.2, 27.0.3, 28.0.2, 28.0.3, 29.0.0 System Images: android-24 | Google APIs Intel x86 Atom, android-26 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom Android NDK: 20.0.5594570 IDEs: Android Studio: Version 3.6.0.0 AI-192.7142.36.36.6392135 npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5

package.json

"dependencies": { "@react-native-community/async-storage": "^1.9.0", "@react-native-community/masked-view": "^0.1.6", "@react-navigation/drawer": "^5.0.0", "@react-navigation/material-bottom-tabs": "^5.0.0", "@react-navigation/native": "^5.0.0", "@react-navigation/stack": "^5.0.0", "babel-preset-react-app": "^9.1.2", "mobx": "^5.15.4", "mobx-react": "^6.2.2", "react": "16.9.0", "react-native": "0.61.5", "react-native-admob": "^2.0.0-beta.6", "react-native-animatable": "^1.3.3", "react-native-device-info": "^5.5.6", "react-native-gesture-handler": "^1.6.0", "react-native-i18n": "^2.0.15", "react-native-image-gallery": "^2.1.4", "react-native-image-view": "^2.1.2", "react-native-linear-gradient": "^2.5.6", "react-native-material-ripple": "^0.9.1", "react-native-onesignal": "^3.7.3", "react-native-paper": "^3.6.0", "react-native-reanimated": "^1.7.0", "react-native-responsive-dimensions": "^3.1.1", "react-native-responsive-screen": "^1.4.0", "react-native-safe-area-context": "^0.7.3", "react-native-screens": "^2.0.0-beta.8", "react-native-share": "^3.3.0", "react-native-slideshow": "^1.0.1", "react-native-snap-carousel": "^3.8.4", "react-native-svg": "^12.0.3", "react-native-unity-ads": "^1.0.3", "react-native-vector-icons": "^6.6.0", "rn-fetch-blob": "^0.12.0" }, "devDependencies": { "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/core": "^7.6.2", "@babel/runtime": "^7.6.2", "@react-native-community/eslint-config": "^0.0.5", "babel-jest": "^24.9.0", "eslint": "^6.5.1", "jest": "^24.9.0", "metro-react-native-babel-preset": "^0.56.0", "react-test-renderer": "16.9.0" },

Expected Results

I couldn't detect where the problem was caused

Snack, code example, screenshot, or link to a repository:

Screenshot_20200516-174122_Design Life

t default hatası

stale[bot] commented 4 years ago

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

stale[bot] commented 4 years ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

k1941996 commented 4 years ago

this issues still persists. detected it using 'adb logcat' TypeError: undefined is not an object (evaluating 't.target._internalFiberInstanceHandleDEV.memoizedProps') image THe code which caused this issue was : image

Any resolution for the issue