-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't add new entry #344
Comments
Thanks, I can reproduce. I'll try to fix it this evening. Apologies for the inconvenience. |
So this seems to be something more systemic, perhaps with UIKitten:
The root one always shows (password for vault), but the nested ones, after this release, no longer do. Not sure what's causing it to be honest. There are other issues on the UIKitten repo referencing a crash when switching tabs: akveo/react-native-ui-kitten#1790 - but I don't think this is entirely related. |
Tried downgrading UI kitten, and then upgrading React-native to the latest. No dice. It's some other internal library 😞 |
I might have found a way around the issue.. using timeouts. It's ugly but there seems to be no other way for now. I've filed a bug here on the UI kitten repo: akveo/react-native-ui-kitten#1798 I'll try to release a patch today/tomorrow. |
Released a fix in 2.6.1. |
Seems like the problem is when you try to save the application just crash |
Once you add a new Vault, you cannot add an entry. as soon as you try, the screen becomes unresponsive. you can only swipe back and when you swipe back the app crash...
Steps to reproduce
The text was updated successfully, but these errors were encountered: