You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this package and really like it. However, on Android it causes a crash unless you limit it's use to iOS (e.g. if ( Platform.OS === 'ios' ) ... ). Why not handle the non-iOS case within this package, to make it easier on the user?
The text was updated successfully, but these errors were encountered:
Does this repo still work for iOS only and crashes on Android? I am not a fan of simulating the iOS behaviour on Android as well, but it would be nice to seamless use this without repeating Platform.OS === 'ios' all the time.
I would love to add this to your repo, but I'm afraid that I'm not capable of that.
Hey @marianrick! Thanks for dropping by. I need to take some time to work on the library, at the moment you need to make the check but it's in the plans. SoonTM 😅
I'm using this package and really like it. However, on Android it causes a crash unless you limit it's use to iOS (e.g.
if ( Platform.OS === 'ios' ) ...
). Why not handle the non-iOS case within this package, to make it easier on the user?The text was updated successfully, but these errors were encountered: