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

[BUG] while locally generating a message if you go to your chat history and delete one of the chats the app freezes. #168

Closed
NulledInstance opened this issue Jan 7, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@NulledInstance
Copy link

hopefully this bug is fixable. :)

Screen_Recording_20250107_082129.mp4
@Vali-98
Copy link
Owner

Vali-98 commented Jan 7, 2025

This is a known subtle issue if you attempt to open a Modal while a component with useAnimatedStyle is active in the RN new architecture:

software-mansion/react-native-reanimated#6776

The issue above only occurs while AnimatedElipses is active on the screen.

As far as I know, this issue is yet to be resolved. There are hacky solutions around simply hiding the component when a modal is active, but a proper long term solution would be preferable. Currently unfixable.

@Vali-98 Vali-98 added the bug Something isn't working label Jan 7, 2025
@Vali-98
Copy link
Owner

Vali-98 commented Jan 7, 2025

Apparently, a possible solution is to just wrap the modal in a View:

omahili/react-native-reorderable-list#17 (comment)

This solution seems completely ridiculous, but it works. Possibly fixed in 9f1dae3

@Vali-98 Vali-98 closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants