MD Naveed Ur Rahman
MD Naveed Ur Rahman
What `react-native` version are you using?"react-native": "0.62.2" What `react-native-pdf` version are you using? "react-native-pdf": "^6.2.2" What platform does your issue occur on? (android/ios/both)both I want to disable double tap zooming
when creating four different apk's with **enableSeparateBuildPerCPUArchitecture = true** I am getting the response as given below result {"other": {"isFlexibleUpdateAllowed": false, "isImmediateUpdateAllowed": false, "packageName": "com.teachopia.education", "totalBytes": 0, "updateAvailability": 1, "updatePriority":...
export const updateApp = () => { const inAppUpdates = new SpInAppUpdates( false // isDebug ); inAppUpdates .checkNeedsUpdate({ curVersion: "1.0.36", toSemverConverter: (ver) => { console.warn("e/.............................", ver); return "2"; }, })...