johneisenheim

Results 2 comments of johneisenheim

Hi! Transitions are almost the same as RNRF...All you need is just import Actions from react-native-mobx.

@christian-bromann a custom exception I throw in a simple try-catch block, like this: ``` try { console.log('hi there'); } catch (e) { var p = document.getElementById('content'); p.innerHTML = "ops..."; }...