Bacary Bruno Bodian
Bacary Bruno Bodian
This PR adds documentation for the newly added props in https://github.com/facebook/react-native/pull/45903: - `accessibilityShowsLargeContentViewer`: whether the large content viewer is shown - `accessibilityLargeContentTitle`: title of the large content viewer
### Describe the Feature ### Motivation The [iOS Large Content Viewer](https://developer.apple.com/videos/play/wwdc2019/261/) provides enhanced accessibility by allowing elements like Tab Bars to remain readable for users with low vision. This feature...
Update `SPAlert` to v5. Fixes https://github.com/nandorojo/burnt/issues/31. In addition to `AlertAppleMusic16View` (SPAlertView), the v5 added one more style: `AlertAppleMusic17View`. This PR focuses on porting the existing features to v5. If we...
## Why Currently this library generates large PDF files even with small images. This is an attempt to reduce the generated PDF file size. ## How By introducing a new...
Thanks for the great work on this project! I noticed that a fix targeting react-native 0.78 I’m interested in has already been merged into master https://github.com/charpeni/react-native-url-polyfill/commit/6160f008556ce0497705761423a730cc5aa16a17. I was wondering if...
### Version 30.0.3 ### Steps to reproduce - Clone the [facebook/react](https://github.com/facebook/react) repo - Run `yarn install` - Run the tests with `yarn test` - Bump jest to v30.0.3 - Run...
Proposal: Strip Flow type annotations from the JavaScript code published to npm in the `react-native` package. The Flow annotations embedded in the JavaScript source code is becoming a barrier to...