Jonathan James
Jonathan James
+1, I can't prove causality here because I'm not getting any specific error messages, but I did start getting server hangs once or twice a day since I switched to...
Update: After a lot of testing, I tracked my problem to lines 7-13 of PWR.
I worked on this for a while, couldn't find a workaround. Had to get off the package.
@bitomule Looks like you're setting up an infinite loop there. `UserStatus.isMonitoring()` is reactive.
You probably need to transpile the module. If you're using Next, you can try this: https://www.npmjs.com/package/next-transpile-modules
I'm experiencing the same issue, using Expo SDK 49 with the managed workflow.
I'm still not able to build my app with react-native-themis. I tried creating a build plugin to remove duplicate files, but it didn't fully solve the problem. I ended up...
> I'm experiencing the same issue, using Expo SDK 49 with the managed workflow. Just to note that although I'm using the managed workflow, I'm using custom development clients.