Roger Kerse

Results 17 comments of Roger Kerse

Well our situation is that app is usable logged in or logged out. Once user decides to log in, then we want to sync all data that he already produced...

> @rogerkerse Did you have a chance to try the suggestion outline above? Trying to implement it in real world scenario but getting `` and `RealmContext` to dynamically switch out...

@tomduncalf yes that would be extremely helpful to see in react-native (on the fly switching out RealmContext, useQuery etc.), thank you

Hey @tomduncalf is there any update on the issue? 😊

@RubenSandwich would be interested in the Gist :)

Exactly the same code on Android and if the component is transformed, no handlers work, every event is passed through element to underlying list ![ezgif-2-57be4b767cd4](https://user-images.githubusercontent.com/571171/76847112-3daf7900-684a-11ea-9e0c-36b42262ab36.gif)

Is someone actively developing this library?

> Put `[RNSplashScreen show];` at the end right before `return YES;` On iOS it helped. For us, it this show line was few lines above, then app never started, when...

Same problem. Trying all kind of hack solutions and nothing works properly..

It is not great, but I solved it by doing this in typescript ``` const toast = useToast() useEffect(() => { toast.show?.('Hello World') }, [toast]) ```