Shubham
Shubham
### Description Unable to use height and width as props in Image components. It's working in rn` 0.69.1 `but not working after upgrade to `0.72.4`. Because of this my Images...
### Description As per doc, `showSoftInputOnFocus` when `false`, it should prevent the soft keyboard from showing when the field is focused. For iOS in New Architecture this is not getting...
## Summary: Fixes: https://github.com/facebook/react-native/issues/45297 In iOS New Architecture When we are passing `showSoftInputOnFocus` prop to TextInput as false it should prevent soft keyboard from showing. Here, the problem is in...
Added support to pass `allowsPictureInPictureMediaPlayback ` in iOS. It's a boolean value that indicates whether HTML5 videos can play Picture in Picture. **Current** Video element with Picture In Picture option...
## Summary: Solves these issues: - https://github.com/facebook/react-native/issues/18398 - https://github.com/facebook/react-native/issues/12478 Solves this proposal: https://github.com/react-native-community/discussions-and-proposals/discussions/774 ## Changelog: [GENERAL] [ADDED] - added overlayColor prop to modal component for customisable background overlay **Motivation:** Currently,...
## Summary: Solves this issue: https://github.com/facebook/react-native/issues/46276 ## Changelog: [IOS] [ADDED] - fire onMomentumScrollEnd when UIScrollView is removed from window **Why the issue is happening?** The `onMomentumScrollEnd` event is typically triggered...
## Summary: Solves this issue: https://github.com/facebook/react-native/issues/44107 ## Changelog: [IOS] [ADDED] - Line break mode for TextInput components. **This includes JS APIs for the new mode.** This PR is a breakdown...
### Description If we navigate to a new screen while a list component is currently scrolling and come back to this screen, the touch does not work on the previously...
# Overview Solves this issue: - https://github.com/michalchudziak/react-native-geolocation/issues/241 Crash Log ``` Fatal Exception: java.lang.NullPointerException: Listener must not be null at com.google.android.gms.common.internal.Preconditions.checkNotNull(com.google.android.gms:play-services-basement@@18.1.0:2) at com.google.android.gms.common.api.internal.ListenerHolders.createListenerKey(com.google.android.gms:play-services-base@@18.0.1:1) at com.google.android.gms.location.FusedLocationProviderClient.removeLocationUpdates(com.google.android.gms:play-services-location@@20.0.0:6) at com.reactnativecommunity.geolocation.PlayServicesLocationManager$1.onLocationResult(PlayServicesLocationManager.java:74) at com.google.android.gms.internal.location.zzaw.notifyListener(com.google.android.gms:play-services-location@@20.0.0:2) at com.google.android.gms.common.api.internal.ListenerHolder.zaa(com.google.android.gms:play-services-base@@18.0.1:2)...