Skip to content

blazejkustra/multiple-modals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Modal Bug Demo

This app demonstrates a bug with nested React Native modals.

🧪 Steps to Reproduce

  1. Open Modal 1 → then Modal 2 → then Modal 3.
  2. Modal 3 does not appear.
  3. After closing Modal 2 and 1, the app becomes unresponsive.

📹 Demo

See a screen recording of the issue:

bug.mp4

🔧 Run the App

First, make sure you install dependencies with:

cd ios && bundle install && bundle exec pod install

Then you can run the iOS app with:

# using npm
npm run ios

# OR using Yarn
yarn ios

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors