React-native constantly crashes on RCTKeyboardObserver event
I have constant crashes on the simulator with an event keyboardDidChangeFrame in RCTKeyboardObserver*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'bridge is...
View ArticleXcode 12 Error: Multiple commands produce AccessibilityResources.bundle
Building my react native project from Xcode gives the error below;Multiple commands produce...
View ArticleNew React-Native Project: Build fails (ios)
I'm using:react-native-cli: 2.0.1react-native: 0.62.2Xcode: 11.3.1Creating a react-native project (react-native init GetAway) and starting it withnpx react-native run-ios throws an build error:The...
View ArticleGeolocation is not working on my react native iOS emulator
I used Geolocation in my react native code to get the current position and it is working well on Android. But not work on iOS.Here is my codeimport Geolocation from...
View ArticleError: jest-haste-map: Haste module naming collision with...
Error: jest-haste-map: Haste module naming collision with react-native-html-to-pdfPlease help me, with android studio work but with Xcode return this error:'''Loading dependency graph...(node:8622)...
View ArticleHow to access camera in react-native i can't save picture in my phone storage
here is my AndroidMainfest.xmlenter code here<uses-permission android:name="android.permission.INTERNET" /><uses-permission android:name="android.permission.CAMERA" /><uses-permission...
View ArticleApple verify receipt still returns 21002
I'm trying to validate the receipt of a auto-renewable subscription on App Store according to this :...
View Articlestop background music play, when i play something with react-native-video...
I am using"react-native-video": "^5.1.0-alpha8"Background music from safari and spotify etc is not getting stop on playing video in react native. I have used mixWithOthers={'duck'} also but not working...
View ArticleNo podspec found for RNStompWS in ../node_modules/react-native-stomp-websocket
react-native: "0.61.4"react-native-stomp-websocket: "^1.0.7"No podspec found for RNStompWS in ../node_modules/react-native-stomp-websocket. Getting this issue when I upgraded react native to 0.61.4, It...
View ArticleHow can I pass react component as props to native module Android&IOS in React...
I have implemented native module for contextual ios menu and view controller on ios side for custom preview provider, I need to pass render function or component to show custom preview. Is there way to...
View ArticleReact Native ios not showing local image
EnvironmentmacOS : 10.14.6Xcode : 11.0react : 16.8.6react-native : 0.60.5project folder structure : google drive image linkBackgroundI made a simple app. I tested it on Android/iOS simulator and real...
View ArticleUnable to resolve module 'react-native-vector-icons/AntDesign''
I am facing following issue when import this:import Icon from 'react-native-vector-icons/AntDesign';Error:error: bundling failed: Error: Unable to resolve module react-native-vector-icons/AntDesign...
View Articleposition: "absolute" with Button is not working on IOS | React Native
I have a hamburger button that triggers a side menu in a mobile app. The button doesn't respond when position is set to absolute. I have seen similar issue which suggest wrapping the button with...
View ArticleReact native 8badf00d after updating xcode
I recently ran into the error code 8badf00d from spotlight when running my react native app on a iPhone 11 emulator (xcode).After trying to find a fix for a few days I'm completely stuck. I figured the...
View ArticleApp Delegate Proxy is disabled Ios Push Notification
Hi hope you will be fine. I am new in ios side. I made an app using react native and implement push notification using Firebase. These are working fine for android but having issue with Ios. I follow...
View ArticleReact native IOS app how to install .ipa file without app store
I have developed a react native mobile app for in house organization but i am having problem in distributing the app through a link to our employees.I have purchased the apple developer account and...
View ArticleDetect pairing in React Native using Polidea react-native-ble-plx library
I'm using React Native to write a Bluetooth app.Application already works, devices get paired, device response is already read and parsed.One issue I'm having is to execute code after the user has...
View ArticleXcode 12 - No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active...
Since I update Xcode to Xcode 12, I've got this error when I build :Check dependenciesNo architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=arm64e armv7s arm64 arm7)I...
View Articlehow to xcode library delete? (react-native)
I am going to build through projectr xcode made with real-native. But the build keeps failing. When a build is attempted within xcode other than the npm command, the error statement appears. How do I...
View ArticleHow to replace UIWebview to Wkwebview in Firebase auth in react native app
I tried to upload an app update to the ios store, but it got rejected saying the UIwebview is not allowed.I found the UIwebviews located 24 times in my pods/firebaseAuth folder, i tried a pod update,...
View Article