i'm using the last version of react and react-native :
"react": "16.1.1",
"react-native": "^0.50.3"
Some times my app's crash completely and close without any log in chrome and i don't get the red screen on the phone, i'm in debug mode of course and get usual error or log in chrome console.
For example with this view, i render the same data. The render 1 work well and don't crash the app. the render 2 work for fews lines thans the app crash
I get the app crash without any log for other kind of bug too ( missing parameter in props for example ).
Any way to track or solve this ? i don't found local tools for that

D/ReactNative( 4793): CatalystInstanceImpl.runJSBundle() D/ReactNative( 4793): ReactInstanceManager.setupReactContext() D/ReactNative( 4793): CatalystInstanceImpl.initialize() D/ReactNative( 4793): ReactInstanceManager.attachRootViewToInstance()but nothing when app crash