Files
react-native-code-push/android/app
Alexander Goncharov 4aa735c728 Prevent crashing app by catching errors (#1286)
* Convert all @ReactMethod in try-catch block

* Fix Exception type

* Replaced e.printStackTrace() with CodePushUtils.log(e)

* Combined catches with the same handler.
2018-05-24 15:08:38 +03:00
..