Fork me on GitHub
#fulcro
<
2019-12-23
>
hadils00:12:12

Hi @tony.kay. If we are using Fulcro 3, do we use Fulcro-css or fulcro-garden-css?

mdhaney00:12:38

fulcro-garden-css

mruzekw16:12:32

Hi all, I’m having trouble connecting my RN app to the fulcro inspect electon app

mruzekw16:12:47

It doesn’t want to connect to either my own app or the fulcro-native-template

mruzekw16:12:56

Has something changed recently that requires extra set up?

mruzekw16:12:36

Ah, maybe I need to add socket.io-client like the README says

mruzekw16:12:40

Standby 🙂

mruzekw17:12:13

I was able to get the template working, but not my own

currentoor18:12:11

@mruzekw could clarify what you mean by connect? like not able to load anything?

mruzekw18:12:50

It just doesn’t connect to the running app

currentoor18:12:09

im not sure what you mean by that? your local server?

mruzekw18:12:21

Sure, my local ios app

currentoor18:12:53

so you local dev react native build (running in a emulator) doesn’t connect to your local server?

currentoor18:12:57

is that correct?

mruzekw18:12:11

It doesn’t connect to the Fulcro Inspect Electron app

currentoor18:12:41

is it running in a simulator?

currentoor18:12:02

and have you added the dev preloads to shadow.edn

currentoor18:12:22

hmm that should do it

currentoor18:12:36

how big is your app? is it brand new?

mruzekw18:12:46

Brand new, basically no code

currentoor19:12:06

then it’s probably better to just port the working template to your app

currentoor19:12:10

incrementally

currentoor19:12:30

or keep debugging i suppose 😄

mruzekw19:12:45

Yeah, went the port route. Seems to be working

mruzekw19:12:00

Wish I knew what was different, but I’m happy if it’s up and running

currentoor19:12:06

cool, yeah save your brain cycles for unsolved problems

💯 4
currentoor19:12:19

like building your app

mruzekw19:12:26

haha, what we all want