Closed carocad closed 6 years ago
Currently the Clojurescript compiler is targeting web browser.
This implies some hacks to the google library to avoid it breaking once inside react native. Most of those hacks are inside the figwheel bridge.
the re-natal project already did the work to migrate to the nodejs compilation target so we might as well just pick it up.
See https://github.com/drapanjanas/re-natal/releases diff: https://github.com/drapanjanas/re-natal/compare/v0.8.2...drapanjanas:v0.9.0?diff=split&name=v0.9.0
Currently the Clojurescript compiler is targeting web browser.
This implies some hacks to the google library to avoid it breaking once inside react native. Most of those hacks are inside the figwheel bridge.
the re-natal project already did the work to migrate to the nodejs compilation target so we might as well just pick it up.
See https://github.com/drapanjanas/re-natal/releases diff: https://github.com/drapanjanas/re-natal/compare/v0.8.2...drapanjanas:v0.9.0?diff=split&name=v0.9.0