How to switch IOS network interfaces when connected to wifi without internet...
So,I'm working on a RN app that connects to IoT device. which is Wifi hotspot with no internet connection.Using react-native-wifi-reborn library for managing the connection.Which uses...
View ArticleReact-native custom fonts - local font not working?
Alright, Ive copied the example at https://reactnative.dev/docs/text here:import { StatusBar } from 'expo-status-bar';import { StyleSheet, Text, View } from 'react-native';import { useFonts } from...
View Articlemain.jsbundle does not exist. This must be a bug with.. main.jsbundle issue...
"react": "16.13.1","react-native": "0.63.0",Encountered the below main.jsbundle does not exist. This must be a bug with issue when trying to archive after upgrading to react-native 0.63. was wondering...
View ArticleThe app's Info.plist file should contain a NSBluetoothAlwaysUsageDescription...
First of all, I would like to state that I already looked at Stack Overflow post here and adding either the one mentioned by either iCoder & Deepak didn't solve the problem for me. I'm using...
View Articletawk.to integration in React native?
that's possible to integrate https://twak.to in React Native?I saw there is planed for web but a React Native module would be great
View ArticleHow to get current route name in react-navigation?
I want the name of the current route or screen in react-navigation which I want to use inside if condition to make some changes.
View ArticleNotification service extensions not working for iOS with react-native-firebase
I have added the category to my extension info.plist. Also passing the same category in the payload.Added Notification Service extension to react-native project iOS native side.Extension Plist...
View ArticleHow can I use Tensorflow with react-native? [closed]
I've looked around the web and cant seem to find a way to use React Native with TensorFlow.I don't think TF supports react-native (at least not officially) integration but i hope someone in the...
View ArticlePodfile.lock missing when initial react-native run-ios
I am setting up IOS dev for React Native (0.61) app which has the working android version. What I did was to copy src of components and package.json file after react native environment is setup by...
View ArticleCould not connect to development server - React Native
I am creating an app using react native. I tried to change a file path to an image within my code and when I ran my app on the iOS emulator the following message was displayed.I have tried a number of...
View Articleapp works with yarn start but not in simulator
I am using yarn run ios to run a react native project in Xcode simulator. This was working perfectly till two weeks ago but it's not working right now. Now, I get errors like these:error:...
View ArticleOpen webcal URI with Outlook
I have a webcal:// link that I wish to open with Microsoft Outlook. When I click the link, it automatically launches the default iOS Calendar. The link is a shared calendar.I would like to provide the...
View ArticleHow to Integrate react-native to iOS with separate folders. (Not inside react...
I already have a project on iOS and Android. I would like to implement some new features in react-native. I have done integration in sample apps as well and its working like a charm.But my doubt is,...
View ArticleIs there a way to scan object to detect red lined results with text in react...
I am developing app for covid 19 testing scanner based on Testing strips.diagnostic test which nurse put blood drops on the strip then gives results. But i have to scan the strip like pregnancy checker...
View ArticleReact native - How to style the mapView directions stroke line to look like...
I use react native direction to draw routes.I need the line to look like thisstep-by-step
View ArticleHow to pre build React Native pods or, is there a way to use the remote React...
Currently, I have a ReactNative module implemented in an existing iOS project. So far, the project works well, but build time has increased significantly because xcode re-compile each React lib every...
View ArticleRN + Cocoapods = library not found for -lPods-XXX
I feel this question have been asked again and again but I swear I tested every solution seen on the internet and it's still happening.Basically I moved my React Native project to using cocoapods. See...
View ArticleHow do you hide the warnings in React Native iOS simulator?
I just upgraded my React Native and now the iOS simulator has a bunch of warnings. Besides fixing them, how do I hide these warnings so that I can see what's underneath?
View Articlereact-native ios Podfile issue with "use_native_modules!"
In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:[!] Invalid `Podfile` file: no implicit conversion of nil into String. # from...
View ArticleHow to convert timestamp value to specific time format using react native?
In my scenario, I need to convert timestamp value to specific time format in react native. I tired below code but can't able to achieve exact formate output. How to achieve it? var dateTime = new...
View Article