hiposfer / hive

Your go-to routing app for public transport
GNU Lesser General Public License v3.0
10 stars 0 forks source link

consider migrating to :nodejs compilation target #97

Closed carocad closed 6 years ago

carocad commented 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