Fork me on GitHub
#cljsrn
<
2018-11-21
>
fabrao00:11:48

Hello all, what kind of database do you use in your projects?

vikeri14:11:18

@fabrao We use both realm and AsyncStorage

fabrao14:11:22

Are you using automatic database Sync?

vikeri14:11:35

What do you mean by that?

vikeri15:11:51

Does anyone else have issues with upgrading to RN 0.57? When I compile with advanced it chokes when I disable dev mode (DEV__)

fabrao17:11:56

@vikeri I had problems with RN 0.57 and re-natal, I had to downgrade it to v0.55.4, in README you see that compatibility issue. About last question, are you using server and mobile database synchronization?

vikeri18:11:49

@fabrao I see, I got it working with 56. No we're just doing a basic rest API. We don't have to synchronize anything from the cloud at the moment. We just back up our data. I know realm has some sort of remote sync built in. Maybe check that out