Build failed with error: Undefined symbol: ___darwin_check_fd_set_overflow
I've created a new React Native project with npx react-native init AwesomeProject.When I try to run ios app with npx react-native run-ios, build fails with the following error.Undefined symbol:...
View Articlereact native image from filesystem not displaying in ios
The react native image does not appear but takes up space. It's a file on the phone's filesystem, NOT the camera roll. It's the product of react-native-image-editor.Tried using path with and without...
View Articlereact-native fetch works in android but not in ios when trying to connect to...
So I was initially making a call to http://ec2-example:443/ which used to work. Now I got the https domain and made the domain point to the same sever. I replaced the react-native fetch code to make a...
View ArticleReact native app stuck on splash screen on device but works in simulator
My React Native app works in the XCode simulator with no issues, but when I run in a physical device, my iPhone, there's a problem. The app launches and gets stuck on the React Native splash screen,...
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 do I enable touch on multiple buttons simultaneously in react native?
I need that when I am touching and holding one button then I should also be able to touch on the button 1. <View><View onStartShouldSetResponder={()=>this.console("Button 2...
View ArticleWhat is the difference between react-native cli and Expo with Bare workflow?
I am going to build a very big application with multiple complex functionalities. but I am stuck on bellow points -What is the difference between react-native cli and Expo with Bare workflow?what...
View ArticleDeep linking with react-native-quick-actions is not working in iOS
I am trying to implement quick actions in my react native app.lets say:There are 3 shortcut items. When long pressed in app icon, it will show these menus but when tapped those, it just opens app, but...
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 ArticleHow to implement screen lock to unlock the app in react native [closed]
I am working on a React Native app that stores the medical records of users. I want it to keep it secured as much as possible.In achieving this, I wish the feature, every time a user opens the app, I...
View ArticleIs there a way to set a web socket server (not client) within iOS and Android...
I am investigating if it is possible to set a "web socket server" at a mobile device (different than the common approach of"web socket server at a backend").In order to do that I am searching a method...
View ArticleHow to use the "native" UI look and feel with React Native?
I find it interesting to use React Native, but currently I just have one pain point:The native look and feel of e.g. a iOS List.So if I create a SwiftUI App in XCode and add a List with some text it...
View ArticleHow to draw a navigation line on a mapbox map in react-native?
I am trying to get navigation directions using mapbox-sdk for react-native from npm package:"@mapbox/mapbox-sdk": "^0.11.0"And for rendering the directions returned by mapbox-sdk I am using the below...
View ArticleReact Native - Clear previous push notifications on receiving local push...
I'm using react-native-push-notification for scheduling and generating local push notifications in React Native and I'm trying to clear previously received notification on receiving any scheduled...
View ArticleReact Native Native Module - Passing JSON prop to Swift UIView
I'm creating a Native Module in my RN project which includes a view with a JSON prop like so:<MyNativeView name={{ firstName: "John", lastName: "Doe" }} />The view is built in Swift and I have a...
View ArticleGet main color in react-native?
I am use react-native to build my app and now i am facing an problem with an UI module which need me to get main color of an image programmatically as the background of UI. How can i make it with...
View ArticleHow come my image is not showing - react native
I was wondering why my image is not showing, I have tried several things but still can not find the solutions, I have compared it to several tutorials. What I want is for my image to be in the...
View ArticleHow can I integrate the PayUMoney payment gateway in my react native app?
I am trying to integrate the PayU money payment gateway into my react native app. But i don't have experience working with java modules in react native.Can anyone help me with it or guide me in the...
View ArticleNo podspec found for `React-Core` in `../node_modules/react-native/React`
I'm using React Native. I get this issue when I try to upload pods. I've successfully installed node_modules, but I'm getting this problem. What is the problem? If we delete the package-lock.json and...
View ArticlePhysical device problems React Native IOS
DescriptionHello,react-native ios do not work properly on the device.Since there are multiple errors, I am sharing them all with you.1-splash screen holding2-Command + S combination for Fast refresh...
View Article