React-Native Google calendar Api Error "this.gapi not loaded"
I'm using https://www.npmjs.com/package/react-google-calendar-api for google calendar api.also i'm using Xcode10& latest React-native Version.This is my Home.js configuration:import React, {...
View ArticleReact Native: Setting params while switching bottom navigation tabs
I'm using bottom navigation in one of my apps, and have run into a problem.I want to send some event to the cloud whenever user uses bottom navigation to land on a page, let's say A1.Here's my...
View ArticleUse camera to scan credit card with React Native
I'm creating a react native (version 0.62.2) app for iOS and Android, and I would like the user to be able to use the camera on their phone to scan their credit/debit card to use for payment. I am...
View ArticleHow to disable user text selection in WebView [React-Native]
I'm trying to figure out how to disable text selection while in a React-Native WebView for my ios app. Using the css style user-select set to none on the site doesn't seem to be working while using a...
View ArticleReact Native, Uploading to firebase.storage() without expo, without...
I am trying to upload to firebase.storage(). The code was working when I built the app in expo but not when I rebuilt with react-native-cli . I get a terminal error and an ios simulator error.If...
View ArticleReact Native FS readFile returns invalid path for iOS
I have the functionality to readFile using RNFS library and CameraRoll of React Native.Here is my code below:const base64Image = await RNFS.readFile(uri, 'base64');It's working fine for Android but not...
View ArticleReact-Native Commands for Android & IOS
please provide some react-native commands for android and ios
View ArticleHow to activate debug on React Native without Shaking the physical device?
shaking on a physical device can be hard sometimes ,especially when the device and the cable have been connected hardly(for some problem by charge socket or cable).it happened to me several times, when...
View Articleios build failed when upgrading xcode version 10.3 to 11.5
My existing react native project has switched from xcode 10.3 to xcode 11.5. I installed it on the new computer, but i can't run on ios. I switched to the recommended settings of Xcode but the problem...
View ArticleUsing react-native-datepicker in mode="datetime" mode how I can hide time?
I want to hide time in react-native-datepicker, when I use mode as "datetime". I just want to show date with day like "Mon 13 Jul 2020". Any workaround will be helpful.
View ArticleiOS remote notification not working react-native-firebase [v6]
I am using RNFirebase and when developed from scratch using [v6]When in foreground I am receiving notification but when I kill the app or the application is in background nothing is received.My...
View Articleld: library not found for -lCocoaAsyncSocket - React Native
I am trying to create an app in React Native and when I run the app from Xcode on an emulator I get the following error.I have opened the xcworkspace file and still get this error when I try to run the...
View ArticleHow to Launch React Native App from Native Android || iOS app?
I have been working on a react native application and need to launch it from another app that is being created with Native Android & iOS platform. Please suggest me any approach to accomplish this...
View ArticleExpo "yarn androd" command not loading App.js after loading javascript bundle
Please find the screenshot for referenceI am unable see my app.js code(not exactly code:) UI generated for that code) on the mobile screen after loading the JS bundle. I can only see the blank icon on...
View ArticleVPN connection in React native
I am working on a VPN application in react native and I have express VPN endpoint. but I am unable to find any docs or module such that user can connect to the VPN inside the app.any link to some...
View ArticleReact-Native-Twilio-Programmable-Voice initWithToken() and...
TwilioVoice.initWithToken() returns that it has been initialized, but doesn't ready the device for incoming/outgoing calls. Even when passing in a random token into TwilioVoice.initWithToken(), it...
View ArticleGoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h' file > not found
After Migrating react-native-firebase to @react-native-firebaseError coming...
View ArticleTransparent tooltip and modals on iOS
I am trying to build tooltip and modals for an iOS app using react-native. Issue I am facing is that background of tooltips and modals is not transparent. However its showing fine on android version of...
View ArticleReact Native CLI uses autolinking for native dependencies, but the following...
I am new to react-native ios development. I am getting an error at run time.error React Native CLI uses autolinking for native dependencies, but the following modules are linked...
View ArticleUnable to run React Native App on IOS expo client
I am trying to test my React Native application using iOS on expo client.When I start expo start, the expo runs metro builder. After scanning QR code using my iPhone, it says could not connect to...
View Article