This app demonstrates a bug with nested React Native modals.
- Open Modal 1 → then Modal 2 → then Modal 3.
- Modal 3 does not appear.
- After closing Modal 2 and 1, the app becomes unresponsive.
See a screen recording of the issue:
bug.mp4
First, make sure you install dependencies with:
cd ios && bundle install && bundle exec pod installThen you can run the iOS app with:
# using npm
npm run ios
# OR using Yarn
yarn ios