Add missing props for Image, Modal by namenu · Pull Request #831 · rescript-react-native/rescript-react-native
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 151
Merged
Freddy03h merged 1 commit intorescript-react-native:mainfrom
Mar 12, 2025Merged
Add missing props for Image, Modal#831
Freddy03h merged 1 commit intorescript-react-native:mainfrom
Add missing props for Image, Modal#831
Freddy03h merged 1 commit intorescript-react-native:mainfrom
Conversation
Copy link Copy Markdown
Contributor
namenu
commented
Mar 8, 2025
namenu
commented
- Image
- resizeMultiplier (since 0.76: https://reactnative.dev/docs/0.76/image#resizemultiplier-android)
- Modal
- backdropColor (since 0.77: https://reactnative.dev/docs/0.77/modal#backdropcolor)
- navigationBarTranslucent (since 0.77: https://reactnative.dev/docs/0.77/modal#navigationbartranslucent-android)
Copy link Copy Markdown
Member
Freddy03h
commented
Mar 12, 2025
Freddy03h commented
Mar 12, 2025You're 4 days ahead of me! 😆
I'm implementing react-native-edge-to-edge and just saw that navigationBarTranslucent (implemented in RN by the library's author) is missing!
Thank you!
Freddy03h approved these changes Mar 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment