Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_MobilePayManager"
I know there is a lot of similar errors out there, but i tried doing exactly what the answers said, and nothing helped.I have now even created a completely new DemoProj (React-Native app), linked the...
View Articleexpo project, cannot load project to IPhone by scanning QR code, how to fix?
I can load the project by adding the url "exp://192.168.140:19000" on expo client on IPhone. But cannot load it by scanning QR code, which was what I was doing until having this problem.These happens...
View ArticleFCM notifications stops working after a while in react native - ios
I am developing a react-native app using fcm and react-native-fcm library. I am sending the notifications like this: function sendNotification(notificationType, payload, registrationToken) { var...
View ArticleReact Native: Exception thrown while executing UI block
I'm building an iOS react-native app, and I'm currently using the react-native-swipe-card package to build "tinder" like swipe cards for my app. The app works fine however when I go to swipe a card...
View ArticleReact native / node issue: The package was successfully found. However, the...
I am new to node and React Native and I have an issue that I hope someone can help me resolve. I and another person are making a React Native application and currently I am trying to piece together a...
View ArticleBackground service doesn't stop in iOS
I'm using socket.io-client in react-native to start a chat room, when the app enters in background mode the socket keeps working, no problem, but when I disconnect the socket yet the foreground mode...
View Article'expo' is not recognized as an internal or external command
After running npm install -g expo-cli and successfully installing the packages globally, expo is still not recognized as an internal or external command. Does anyone know how I might get around this...
View ArticleXcode Launch Image Source
I have a very silly question, my xcode project doesn't have setting for Launch Image Source , I have already added my splash screen image to Images.xcassets -> LaunchImage , but in my project target...
View ArticleReact Native does not support iOS13.2 debug version
React Native does not support iOS13.2 debug versionif I run debug,I will recive breakDown;if i run release, I could runall of that are true mobile
View ArticleApple rejected the binary (2.3.1 - Performance) React Native 0.61.0-rc.3
My first app with React Native to the Apple App Store has been rejected because they say, "... it contains hidden features, hidden features. Specifically, your app includes support for Hot Update...
View ArticleScroll multiple horizontal scrollview in sync when you scroll one in React...
Below is a sample of what needs to be achieved in React Native:Title1Some description that spans horizontally using a ScrollView (horizontal prop)...............................Title2Some description...
View Articlereact-native-orientation in IOS
I have a project in React Native, and I need lock a orientation a specific view in landscape orientation. But, the code don't work and the screen loop tilting. I find one answer for the problem very...
View ArticleHaving issue in React Native app running on IOS device
I am running my react native app on IOS but it is not working it is showing an error:Code signing is required for product type 'Application' in SDK 'iOS 13.0' No profiles for...
View ArticleReact native scroll view twitching on iOS when using SafeAreaView
This is bizarre and I can't find anything about it.I have a very simple project (just getting started with react native), and when I put a list of items in a scroll view, I'm getting a constant...
View Article/main.jsbundle does not exist. This must be a bug with "react-native": "0.59.8",
When I run in debug the project run as well but in release this happens, I try so many resolutions but does not work enter image description here
View ArticleReact Native iOS pod setup has duplicate target issue
I'm building an app with React Native and I have to add pod dependencies to my project. I followed a tutorial on how to init a pod with a brand new react-native init project. This is the content of my...
View ArticlePersonal Team is not enrolled in the Apple Developer Program
I am trying to upload the app to app store but getting this error on validating the app or distribution.Team "Username (Personal Team)" is not enrolled in the Apple Developer Program. Distribution...
View ArticleShow keyboard programmatically using React native
How do I show Keyboard for TextInput programmatically using react native? Using a ScrollView, tapping between TextInput causes the keyboard to be dismissed. I want to show the Keyboard again using...
View ArticleReact Native Config.h not found
I'm beginner of React native developer.After create new project then open it.xcode is display error config.h file not found in mutex.h file. I'm also search in google and try possible solution but...
View ArticleReact Native ios build error 'React/RCTBridgeModule.h' file not found
I am unable to build react native ios build for real devices and simiulator. Facing following issue: "'React/RCTBridgeModule.h ' file not found".Any solutions?
View Article