-
https://medium.com/@sunilrk/ionic-payments-using-razorpay-payment-gateway-dd81a151216d...
-
https://forum.ionicframework.com/t/ionic-tabs-with-custom-button-at-center/109692/15...
-
https://stackoverflow.com/questions/25122713/how-to-open-the-phone-dialer...
-
npm install graceful-fs --save-dev...
-
npm install --save-dev jetifiernpx jetifynpx react-native run-android...
-
1.Delete the .gradle folder inside the android folder ie android>.gradle2.In the project build.gradle file, upgrade ur class path appropriately based on the blog in the link above, e.g i upgraded to classpath 'com.android....
-
sol=>Add this line to scripts in your package.json file.
"build:ios": "react-n...
-
Include these in Info.plist file
<key>GADIsAdManagerApp</key>
<true/>
<key>GADApplicationIdentifier</key>
<string>REPLACE_YOUR_ADMOB_APP_ID<...
-
Xcode -> Target Project -> Build Setting -> Excluded Architectures > "arm64"
Xcode -> Pod Target -> Build Setting -> Excluded Architectures > "arm64"
...
-
One reason because of setting FirebaseAppDelegateProxyEnabled in Info.plist as 0 =>Prob=>Developers who prefer not to use swizzling can disable it by adding the flag Fire...
-
1.delete the drawable folder from Android Studio. You could find this in android/app/src/main/res/drawable2. Delete the raw...
-
you need to add android:usesCleartextTraffic="true" inside the application tag in the AndroidManifest.xml ....
-
https://stackoverflow.com/questions/21228995/how-to-clear-https-proxy-setting-of-npm By prince...
-
sol=> Install node-sass as per your node versionhttps://nicedoc.io/sass/node-sass/blob/master/TROUBLESHOOTING.md By Prince...
-
https://medium.com/@michaelrojas_66889/how-to-make-a-custom-collection-view-cell-in-swift-6d5783ab7c1c ...
-
https://medium.com/flawless-app-stories/change-splash-screen-in-ios-app-for-dummies-the-better-way-e385327219e ...
-
Step 1: Add below properties on your android\gradle.properties=>
org.gradle.daemon=true...