cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
vikeri 2019-12-05T23:17:28.133Z

I’ve got some problems with 0.60, did anyone upgrade successfully?

joshmiller 2019-12-05T23:18:45.133300Z

I made it to 0.61.4

vikeri 2019-12-05T23:19:25.133600Z

Nice, did you have to patch the metro bundler?

joshmiller 2019-12-05T23:19:48.134Z

I don’t think so, let me check my upgrade commit

joshmiller 2019-12-05T23:23:42.134300Z

Man, I have such a horrible mess of failed experiments with the bundler

joshmiller 2019-12-05T23:23:49.134500Z

It looks like right now, it’s very simple

joshmiller 2019-12-05T23:24:06.134800Z

My .babelrc:

{
  "presets": ["module:metro-react-native-babel-preset"],
  "ignore": ["./index.ios.js"]
}

joshmiller 2019-12-05T23:24:25.135Z

Nothing in metro.config.js