App is running fine in DEV mode but once trying to run it in released mode, it will crash. To make the release mode I followed the documentation: To configure your app to be built using the Release scheme, go to Product → Scheme → Edit Scheme. Select the Run tab in the sidebar, then set the Build Configuration dropdown to Release.
I have noticed that the app Crash when I make a gesture, like the swipe back from a view to another view, or on a element that have the swipe gesture on it.
Description:
App is running fine in DEV mode but once trying to run it in released mode, it will crash. To make the release mode I followed the documentation: To configure your app to be built using the Release scheme, go to Product → Scheme → Edit Scheme. Select the Run tab in the sidebar, then set the Build Configuration dropdown to Release.
This is the crash log:
React Native version: 0.61.4
I have noticed that the app Crash when I make a gesture, like the swipe back from a view to another view, or on a element that have the swipe gesture on it.
Anyone can help me?