React Native iOS Unrecognized font family 'Material Design Icons'
I am building a mobile app with react native. The current app works fine on Android, but crashes on iOS.This is the error that gives:These are the dependencies that I am using:"dependencies":...
View ArticleHow to blur text in React Native
The question is simple. I have a View with a Text component in it. I just want this text to be blurred initially.The only solution I saw to blur something in React Native is for an Image via this...
View ArticleMultiple commands produce PrivacyInfo.xcprivacy
I am trying to build my app for iOS (using react-native), and I keep getting the error Multiple commands produce PrivacyInfo.xcprivacy.I know where the error comes from, it's related to the fact that...
View Article'React/RCTBridgeDelegate.h' file not found - React Native
I am new to react native and have been creating a new app. I tried to update my project from react native 0.60 to 0.63. When doing this I had to create a new project file in order to update my...
View ArticleERROR [ERROR] 20:56.724 AWSPinpointProvider - updateEndpoint failed...
I am new to Amplify, but have successfully created this set up via the CLI for ReactNative:│ Category │ Resource name │ Operation │ Provider plugin ││ Auth │ userPoolGroups │ No Change │...
View ArticleHow to Implement Resizable, Movable, and Removable Dragable Rectangle in...
I am looking to implement a feature in React Native (which supports both iOS and web) that allows users to draw a resizable rectangle by dragging. After drawing, users should be able to resize, move,...
View ArticleiOS App reward referrals using Expo and Firebase
I am working on an iOS app using Expo (React Native) and Firebase. We want to offer referral rewards to users who get others to download the app. Right now, we simply have a "Who told you about us"...
View ArticleHow to prevent layout from overlapping with iOS status bar
I am working on tutorial for React Native navigation. I found out that all layout starts loading from top of screen instead of below of the status bar. This causes most layouts to overlap with the...
View ArticleReact Native Swipe to delete functionality in a section list using RNGH Issue
I have a sectionlist with notifications and would like to have each row in a section be capable of swiping to delete. I have implemented the swipe to delete functionality but the issue I am facing now...
View ArticleHow to resolve Invalid 'expo-dev-launcher.podspec' file: undefined method...
I am getting the errorInvalid Podfile file:Invalid expo-dev-launcher.podspec file: undefined method `add_dependency' for Pod:Module.when I try to do pod install. The error is in the file...
View ArticleOS pod install error. Module glog cannot be installed
I'am trying to upgrade "react-native" from "0.50.4" to "0.55".When I run pod install, i receive an errorchecking for a BSD-compatible install... /usr/local/bin/ginstall -cchecking whether build...
View ArticleCannot discover a Tuya powered bluetooth device using Tuya Smart Life app SDK...
I am having some trouble using Tuya Smart Life app SDK in my React Native application.I am using this library to bridge between Tuya's native SDK and React Native.Using the SDK I successfully created a...
View ArticleHow to start building queue management app [closed]
I want to develop a queue management app for mobile. it should be supported by iOS and Android too, the app should include admin side for the customer and client site for the customer's client.I'm...
View ArticleCocoaPods could not find compatible versions for pod "StripePayments"
I have created a react-native project having following dependencies:"react": "18.2.0","react-native": "0.73.1",Now I am trying Stripe Payment Integration in this project. For this I have installed the...
View ArticleStripeProvider + Invariant Violation: `new NativeEventEmitter()` requires a...
when I am trying to integrate stripe in react-native component I am getting following error :Invariant Violation: new NativeEventEmitter() requires a non-null argument., js engine: hermesTypeError:...
View ArticleRunning React Native app on iOS Simulator hangs while building during...
I have a React Native app that I'm trying to run on the iOS Simulator on my laptop. To launch this, I do npm start from my project directory, which shows the nice Metro icon thenr - reload the appd -...
View ArticleUpgrading iOS Target Platform to meet minimal Pod version requirements
I have an iOS project that I am building in XCode/Cocoa Pods. When I run the pod install commands I get a lot of warnings for many (if not all) of my pods:"[!] The platform of the target myapp (iOS...
View ArticleSSLHandshakeException during Gradle Build for React Native App on Windows
I am encountering an SSLHandshakeException while trying to build and install a React Native app using Gradle on my Windows machine. The error occurs when Gradle attempts to resolve dependencies. Here...
View ArticleReact Native - EMDK error: Could not find method compileOnly() for arguments...
Does anyone here tried the React Native Zebra Scanner?can someone please help me? How to install the emdk?When I tried the package I got this error.* What went wrong:Could not determine the...
View ArticleERROR TypeError: Cannot read property 'show' of null, js engine: hermes
I have upgraded my react native app from version 0.71.10 to 0.72.14.But i'm not able to use the react-native-picker-module when i click app crashes with ERROR TypeError: Cannot read property 'show' of...
View Article