Zeeshan Ali
Zeeshan Ali
> for turning on bluetooth.BleManager.enableBluetooth() .then(() => { // Success code console.log("The bluetooth is already enabled or the user confirm"); }) .catch((error) => { // Failure code console.log("The user refuse...
same problem with me did you solve it ?
same issue coming in latest ` "react-native-shared-element": "^0.9.0-rc0",` the issue in this class ` @implementation RNSharedElementTransition { NSArray* _items; UIView* _outerStyleView; UIView* _innerClipView; UIImageView* _primaryImageView; UIImageView* _secondaryImageView; BOOL _reactFrameSet; BOOL...