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

fix(iOS): app freeze when navigating back from any modal nested in contained modal #1996

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reorder tests in TE App.js
  • Loading branch information
kkafar committed Dec 27, 2023

Verified

This commit was signed with the committer’s verified signature.
gsmet Guillaume Smet
commit 7d085b905cb85ffc972021347c28e9200e35d95f
2 changes: 1 addition & 1 deletion TestsExample/App.js
Original file line number Diff line number Diff line change
@@ -90,9 +90,9 @@ import Test1683 from './src/Test1683';
import Test1726 from './src/Test1726';
import Test1791 from './src/Test1791';
import Test1802 from './src/Test1802';
import Test1829 from './src/Test1829';
import Test1844 from './src/Test1844';
import Test1864 from './src/Test1864';
import Test1829 from './src/Test1829';
import Test1981 from './src/Test1981';

enableFreeze(true);
Loading