reagent-react-native
reagent-react-native copied to clipboard
app crashes suddenly..
app crashes whenever I make some mistakes ( typos, wrong function names ..etc ) on core.cljs. I know that's my fault but the app process itself runs anyway because it's an REPL environment.
Is there a way to just meet the 'red screen' of React Native without crash when I wrote some bad ClojureScript codes?
Not that I'm aware of.
I suppose there is a good question regarding the distinction between non-compilable ClojureScript and compilable but otherwise incompatible with React Native.
The first probably shouldn't happen, while the second can probably be dealt with by dismissing the red screen and also fixing the problematic ClojureScript.
(I'm away from computer now.)