Fork me on GitHub
#cljsrn
<
2017-10-16
>
vikeri08:10:30

@ahorwitz Yeah that’s usually when figwheel can’t connect on the correct port or url. If you are on Android you have to make sure the figwheel ports are forwarded, not sure how it works on an iOS device though in exponent (I’m using vanilla RN).

vikeri08:10:35

Which template are you using?

pesterhazy09:10:03

on iOS localhost is accessible normally (it's not virtualized)

pesterhazy09:10:18

also not sure about expo

adamsff321:10:41

@vikeri thanks that makes sense

adamsff321:10:07

For anyone else who may be looking to use NativeBase in future with exponent/cljs, i found a version that works

adamsff321:10:02

2.1.0, any other version would get tons of errors. also need @expo/vector-icons installed

adamsff321:10:33

my package.json looks like this, hope it helps someone who also got a headache from this 🙂

adamsff321:10:36

"dependencies": { "@expo/vector-icons": "^5.2.0", "expo": "15.0.0", "exponent": "^14.0.0", "native-base": "2.1.0", "react": "~15.4.2", "react-native": "github:exponentjs/react-native#sdk-15.0.0" }

adamsff322:10:31

* also need watchman installed NOT from npm