This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-12-25
Channels
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.
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 )