Yarkhan

Results 13 comments of Yarkhan

I'm having exactly the same issue. Happened to me when migrating from Unimodules to Expo Modules. I found out that my build runs if I remove either Watermelon or Expo...

I've also been able to reproduce this issue with a clean RN0.64.2 + Expo + Watermelon

Just to reiterate, this is a *bare* (react-native init) project, not an Expo one. The error seems to occur in all react native versions since expo SDK43, which deprecated unimodules...

@dmarkow Yes, I wish I've tested SDK43 before commenting, lol. I've just tested it and it works fine with Expo SDK43 `npx install--expo-modules --sdk-version 43.0.0`. It seems the problem is...

I've created an issue on the Expo repository. https://github.com/expo/expo/issues/15986

Expo44 is breaking a handful of other libraries as well. https://github.com/expo/expo/issues/15622 In any case, Expo is the culprit here, and I think this issued can be closed here and tracked...

The good folk at Expo sent a pull request fixing this problem (https://github.com/Nozbe/WatermelonDB/pull/1249). I've tested it and it works. It is a simple fix, something to do with "old style...

Suspense has been released https://reactnative.dev/blog/2022/06/21/version-069

The only way I've managed to get this working was adding a PCI-E USB card to my pc and passthrough it to the VM. I've been using this to develop...

> The only way I've managed to get this working was adding a PCI-E USB card to my pc and passthrough it to the VM. I've been using this to...