iamshadmirza / iamshadmirza/react-native-design-system
Overlay issue
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 239
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
RN: 0.63
Simulator: iOS 16.3
Three things:
1. Overlay completely blanks out background screen.
2. Clicking outside of Modal does not dismiss (if not a feature, should be :) )
3. When setting visible back to false, onRequestClose is not firing.
` {console.log('modal closed')} }>
Hey there!
{setVisible(false)}}>Close
`

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the supplied Overlay example with React Native 0.63 on the iOS 16.3 simulator. Check the three reported behaviors separately: background rendering, outside-tap dismissal, and onRequestClose when visible becomes false. Done means each behavior has an explicit, tested result that matches the intended Overlay API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- frontend, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100