prakashpro3

Results 7 comments of prakashpro3

Temporary solution ``` ```

I have same issue. My device(Android) supports 0.6x zoom but this shows "minZoom": 1 in devices. ``` [ { "sensorOrientation": "landscape-left", "hardwareLevel": "full", "maxZoom": 10, "minZoom": 1, "maxExposure": 18, "supportsLowLightBoost":...

[react-native-emoji-selector+0.2.0.patch](https://github.com/user-attachments/files/22740573/react-native-emoji-selector%2B0.2.0.patch) ``` diff --git a/node_modules/react-native-emoji-selector/index.js b/node_modules/react-native-emoji-selector/index.js index 0737acd..da306a6 100644 --- a/node_modules/react-native-emoji-selector/index.js +++ b/node_modules/react-native-emoji-selector/index.js @@ -307,7 +307,7 @@ export default class EmojiSelector extends Component { return ( - {showTabs && (...

This patch works for me. Also if you got Manifest merger failed error then add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml react-native-compressor+1.10.4.patch ``` diff --git a/node_modules/react-native-compressor/android/build.gradle b/node_modules/react-native-compressor/android/build.gradle index 5071139..96b887a 100644 ---...

> Android build failed when android:allowBackup="false" if you got Manifest merger failed error then add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml

> > > Android build failed when android:allowBackup="false" > > > > > > if you got Manifest merger failed error then add 'tools:replace="android:allowBackup"' to element at AndroidManifest.xml > >...

> > > > > Android build failed when android:allowBackup="false" > > > > > > > > > > > > if you got Manifest merger failed error then...