Fork me on GitHub
#cljsrn
<
2015-12-25
>
artemyarulin06:12:21

In case you are looking for advanced optimisation support for your RN project and don’t want to handle extern files manually have a look: https://github.com/artemyarulin/react-native-externs Just started (React externs itself, AppRegistry, ReactElement and Platform for now) which allows running simple app. Not yet deployed for CLJSJS, but you can use it directly.

artemyarulin09:12:00

Another one: https://github.com/artemyarulin/ktoa Early stage - core feature so far that figwheel <> react native bridge re-implemented with CLJS. Main idea: No need to change RN application ever. - lein cljsbuild once repl && lein repl will generate figwheel bridge and start the repl. Open your RN app and you are ready to go - lein cljsbuild once release following by react-bundle command to create a release build with advanced optimization This simplifies integration with the existing app ( like mine simple_smile )