Persistent Notification Message with switch (ON/OFF) on Android/iOS?
I have a mobile app implemented in React Native where the user has a status online/offline. I want to implement a persistent notification message that shows up whenever the user status is Online, even...
View ArticleApp is not installed using react native command
I have react native cli application and when I tried to run it on simulator using npx react-native run-ios command it builds app successfully, bundler gets started and it shows 100% complete of bundler...
View ArticleReact Native: Linking.openUrl throwing "Possible Unhandled Promise Rejection...
I am trying to create a Audio/Video Calling app using React Native. There's a screen in the app where calling happens using WebRTC. Let's call it 'Call' screen. TO show calling notification I am using...
View ArticleGetting error in Xcode no such file or directory found with...
I am having issue in Xcode while I try to build or archive my react-native project. Xcode throwing error like no such file or directory:...
View ArticleHow to know whether a *page* in an app is using React Native (or pure native)?
Note: I am not asking how to detect if an app uses React Native somewhere inside it (already has an answer here).I wonder which pages (screens) inside an app is using RN and which pages are not, by...
View Articleexpo camera black camera screen appear on android device
samsung galaxy 9 export default class CameraPetpedia extends React.Component{ state = { hasCameraPermission: null, hasCamerarollPermission:null, };componentDidMount()...
View ArticleHow to integrate selfie stick in Expo managed React-Native project?
I am building an application in react-native and managed by Expo. in one module i want to use Selfie stick or any other wireless device which can capture the photo. i have used expo-camera dependency....
View Article"React/RCTLog.h file not found" and "Bad receiver type 'int'": Misplaced...
INTROYesterday, I installed Cocoapods, Yarn, React Native, and other programs because I had the errors listed on this page, which are reproduced below. I have since installed Yarn and Java's JDK,...
View Articlecreate release build for iOS react native
I did my code and everything on windows and created the app now I want iOS app also, which files I need to migrate/move to my mac and also react native need to be install there?
View ArticleGPS state change detection in React Native
I'm looking for a way to detect the GPS state in react native app.I have found react-native-gps-state package but this doesn't work for iOS.I have tried watching the location change using...
View Articleplease help when I use Map View i got this error Object(.) is not a function...
import React from 'react'; import {View, Text, StyleSheet, Button} from 'react-native'; import MapView, { PROVIDER_GOOGLE } from 'react-native-maps'; const ExplorScreen =({navigation})=>{ return...
View ArticleHow to implement SSL Cert Pinning in React Native iOS and Android
I'm planning to implement SSL Cert Pinning in one of my react-native project. I came across few libraries in react-native which helps in implementing the certificate...
View ArticleRemote Push Notifications in React Native for both Android and IOS
I am new to react native and I have built an app for magazines and catalogs which are loaded from my online hosting server (GoDaddy). I want to implement push notification in my app from that server on...
View ArticleCocoapods error installing libopencv-contrib
I am using this opencv3 library for react native, but when I try to install IOS dependencies using pod install i recieve this error, can someone help me? [!] Error installing libopencv-contrib [!]...
View ArticleHow can I regenerate ios folder in React Native project?
So a while ago I deleted the /ios directory in my react native app (let's call it X). I've been developing and testing using the android emulator but now I'd like to make sure it works on ios with...
View ArticleCannot open expo client version 2.16.1 in iOS simulator
I have updated expo client in my iOS simulator(iOS13.3) and I am using Xcode 11.3.1.My mac os version is 10.15.3. When I tried to open my expo client then it will showing popup message like thisHow can...
View ArticleKeyboard Hiding in react-native
I just followed the answer from the link react-native: hide keyboardBut the keyboard is coming as flash for fraction of seconds then it is dismissing. Is there is a way to avoid keyboard totally.
View ArticleWidget iOS 14 create the ui with react native using swift ui
Widget example in iOS:Example of the react-native(js) code written below:import React from 'react';import { Text, View, NativeModules } from 'react-native';var Widget = NativeModules.Widget;const App =...
View ArticleNot able to customize Firebase Dynamic Link App preview
does anyone have experience in customising app preview page that Firebase Dynamic Links are opening before app or Appstore is open.I am familiar with customising all social metadata properties, but how...
View ArticleFirebase & iOS 14 > Will dynamic links tracking and campaigns continue to work?
As most of you are probably aware of, iOS 14 will basically put an end to app acquisition tracking as we know it.Here are two great articles that explore the issue in length:The App Attribution...
View Article