You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to Reproduce
I am sharing with you my demo repo which has the crash. Only check the App.js file. https://github.com/ozberkctn/StorylyCrash (public repo)
For a new 0.64 react native app you need to follow the steps below to reproduce the crash
Add the following dependencies
"react-native-anchor-carousel": "^3.1.2"
"react-native-gesture-handler": "^1.10.3"
"react-native-screens": "3.1.0"
Render Storyly and Carousel component.
Click a story
Crash
The text was updated successfully, but these errors were encountered:
Thanks for detailed explanation and sample app, appreciate the effort!
We've cloned the app and tested the scenario, but we couldn't reproduce the issue with the device. So, this may be related with Android version of device.
We've tested with Android 10+ real devices, what is your test device information so that we can test it with emulator?
By the way, we've also tested with storyly-react-native@1.11.0 version to ensure it's not related with versions. Can you test it with your setup and test devices as well please to check latest version has already solved this issue?
@levent-oral I updated the repo. Sorry, I forgot to add one signal dependency to reproduce the crash. Now you can reproduce the crash with the updated repo. Can you check again?
@ozberkctn , we're able to reproduce with latest changes.
We've checked and researched the error log, there seems an issue react-native 31245 which is introduced in 0.64 version and seems like it will be fixed in next patch version of react-native.
In the comments, downgrading react-native to 0.63.4(which you've already mentioned that it's not reproducible) is suggested until new version has been released.
We're also following the issue for further checks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Environment Details
Storyly SDK Version: 1.8.4
React Native SDK Version: 0.64.0
Platform: Only Android
Current Behavior
Crash when clicking a story
Steps to Reproduce
I am sharing with you my demo repo which has the crash. Only check the App.js file.
https://github.com/ozberkctn/StorylyCrash (public repo)
For a new 0.64 react native app you need to follow the steps below to reproduce the crash
"react-native-anchor-carousel": "^3.1.2"
"react-native-gesture-handler": "^1.10.3"
"react-native-screens": "3.1.0"
The text was updated successfully, but these errors were encountered: