React-native-radial-menu fails in production
hi guys i am about to launch an application in react-native and i am using this component, but when i navigate to a view that contains react-native-radial-menu it fails, basically the phone turns off like 10 secs, and then gets me out from the app, everything else in the app is working just fine. the strange thing here, is that it was working well for testing no issues there, not warnings in the console, but when i attached the BUNDLE (command react-native bundle) to the device itself. the component's behavior changed, in simulator it was very very slow, in the real device just fails. my device for testing is an iphone 5s.
Note: when i replace the component for a simple <Text></Text> to test if there is something wrong in my code, everything run good
@NovaDvlop can you give me more details? What version of react-native your app is using? Also, it would be very helpful to try building our simple example and run on your device. It's very curious because, on an iPhone 5c (lower than 5s), production build runs even smoother than in development. Ultimately, a sneak peak on your actual code will help as well. Thanks,