Tyler Sheaffer
Tyler Sheaffer
Is there a reason this never got merged? I actually misunderstood the purpose of this entire library and when it said "customizable UI and user interaction" I figured it would...
@takameyer thanks for documenting this. I see that there is a warning about this in the Realm React Native docs [here](https://www.mongodb.com/docs/realm/sdk/react-native/install/) as well, which is helpful. Could be useful to...
Thanks so much @takameyer , sounds like the update is rather imminent either way. I'll be following along. Cheers.
I've confirmed that this is indeed an error with this package. By running `yarn remove realm` and commenting out just the ~20 lines of code where my app references this...
@takameyer do you want me to try `[email protected]` against Expo 45 or Expo 44?
I'm testing the latest official release `[email protected]`, and `[email protected]`, against Expo 45. If either of those work I'll test that version against Expo 44, since I know Expo 45 still...
Hey @fronck @takameyer I'm able to confirm that this bug still occurs with [email protected] and [email protected] with the exact same stack trace reported here (this initial ticket was with [email protected]...
OK I confirmed that this does NOT work with `[email protected]` and Expo 44. The crash in that case is slightly different stack trace, but still happens immediately on app launch,...
@gerchicov-bp we've implemented something similar on our app using this, here's the implementation: ```swift import KeychainSwift @propertyWrapper struct KeychainBacked { let key: String let defaultValue: Value? let keychain: KeychainSwift =...
@ankushdhawan it should work, yes. I haven't tested in yet in production though. Let me know how it goes for you and if there are any problems we can fix...