Skip to content
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

Closed
Mxctr1 opened this issue Dec 3, 2023 · 6 comments · Fixed by #345
Closed

Can't add new entry #344

Mxctr1 opened this issue Dec 3, 2023 · 6 comments · Fixed by #345

Comments

@Mxctr1
Copy link

Mxctr1 commented Dec 3, 2023

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

  • Open Buttercup on IOS
  • Enter in a Vault and try to enter a new Entry
@perry-mitchell
Copy link
Member

Thanks, I can reproduce. I'll try to fix it this evening. Apologies for the inconvenience.

@perry-mitchell
Copy link
Member

So this seems to be something more systemic, perhaps with UIKitten:

2023-12-04 21:41:30.819205+0200 Buttercup[46034:1895237] [Presentation] Attempt to present <RCTModalHostViewController: 0x7f9a657162d0> on <UIViewController: 0x7f9b24d08550> (from <RNSScreen: 0x7f9a65662950>) which is already presenting <RCTModalHostViewController: 0x7f9ac5132d90>.

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.

@perry-mitchell
Copy link
Member

Tried downgrading UI kitten, and then upgrading React-native to the latest. No dice. It's some other internal library 😞

@perry-mitchell
Copy link
Member

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.

@perry-mitchell
Copy link
Member

Released a fix in 2.6.1.

@Mxctr1
Copy link
Author

Mxctr1 commented Dec 17, 2023

Seems like the problem is when you try to save the application just crash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants