react-native-splash-screen: java.lang.StackOverflowError (no error message)
Run react-native info in your project and share the content.
What react-native-splash-screen version are you using?
What platform does your issue occur on? (Android/iOS/Both)
Describe your issue as precisely as possible :
- Steps to reproduce the issue or to explain in which case you get the issue
- Interesting
logs
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 15
@myagizmaktav I love you
Sometimes your computer or your virtual device’s ram is not enough on building for this reason this error is given. if you use virtual devices improve ram to device on settings. Secondly, I enter
cascript topackage.json"ca": "cd android && ./gradlew clean && ./gradlew --stop && npm cache clean --force && cd .. && yarn start --reset-cache",When I take this error I start this script. And restart again.I found out that this problem also happens when I’m running more than one server. There is a conflict with the previous server.
I’m sorry if I answered strangely because I’m not good at English.
I had the same problem, but the java version was the cause. first check if the java version is 11 using ‘java -version’ in terminal. (I’m sorry if I spoke awkwardly because I’m not good at English)