meliorence / meliorence/react-native-image-gallery
Remove View.propTypes.style from module
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 717
- Forks
- 298
- PR merge metrics
- No merged PRs in 30d
Description
Please remove View.propTypes.style from the module. View.propTypes.style isn't valid and printed a deprecation message for several releases before it was removed. Use ViewPropTypes.style instead.
When building app using this module, the app works fine in debug mode but crashes in release mode.
Current workaround is editing the module files inside node_modules which is not a good idea.
Contributor guide
No contributing guide indexed for this repository
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
Search the module for View.propTypes.style and compare it with the requested ViewPropTypes.style reference. Verify that the invalid prop reference is removed and that a release-mode app build no longer crashes; no specific test file is mentioned in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100