Closed
Description
Description
When I update react-native-gesture-handler version, iOS build crashes. 2.14.1
--> 2.15.0/2.16.0/2.16.1/2.16.2
After a little digging, the causing line is here. Since I noticed that when I change this line back to
auto shadowNode = arguments[0].asObject(runtime).getHostObject<ShadowNodeWrapper>(runtime)->shadowNode;
which is identical in version 2.14.1 here, iOS builds ok.
Crash report file:
c1.txt
Steps to reproduce
- Clone https://github.com/Expensify/App, I am on
2a7d5d497ebec61171c7033ff85cdd0731d710c5
which is main branch status for now - Upgrade react-native-gesture-handler version to version 2.16.2
- Follow steps to start iOS app
- You will notice build crash
Snack or a link to a repository
https://github.com/badeggg/expensify-app
Gesture Handler version
2.16.2
React Native version
0.73.4
Platforms
iOS
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes