About 100 error in Xcode, Undefined symbols for architecture x86_64 :upgraded...
I've been trying to upgrade my project and use cocoapods for ios,Whenever i build from xcode it gives me 100 error related to swift, - My project does not depends on swift- Upgraded all packagesPlease...
View ArticleReact Native Navigation and state management
React Navigation vs Routers(What should i use?)Redux vs Redux ToolKit(What should is use?) What should i use for navigation between screens Reac† navigations or routers, And for state management inside...
View Articlereact native axios request not working in IOS simulator
I am trying to getting data from API using axios.This is my code that makes a get request :export const loadBloodGroups = () => { return (dispatch) => { dispatch({ type: LOADING_BLOOD }); const...
View ArticleUnrecognized font family 'Roboto' - React Native iOS
Problems when i build my app in react native with the comand: react-native run-ios
View Article'React/RCTUtils.h' file not found
I am using xcode to build android app. in azure devops pipeline; on build i am getting this error:▸ Compiling PdfManager.m❌...
View ArticleLTR Layout always react native iOS
hey I have a question:on react native app for iOS the default is LTR?I mean, I know there's an option to let RTL by adding that: [[RCTI18nUtil sharedInstance] allowRTL:YES]; [[RCTI18nUtil...
View ArticleReading QR code crashes iOS(Objective C) application
I have created one React Native application for barcode/QRCode scanning functionality. I used third party barcode scanner library.I am able to scan barcode properly, but application getting crashed on...
View ArticleReact Native with native iOS SDK - display native view and navigate to other...
So I've got a 3rd party SDK to integrate with a react native application.To make things simple -SDK is initialized by providing UINavigationController and returns UIViewController.React Native app...
View ArticleAPI to validate user name selection, user can't use any single spelling from...
I am working on mobile app development using react-native where I come to an issue for user registration. In my application user can register and choose their username. Now, I want to validate the user...
View ArticleiOS Build Crash after upgrade from 0.60.4 to 0.62.2
I recently upgraded my react-native project from 0.60.4 to 0.62.2. I added all the dependencies and resolved all the errors thrown in terminal one by one and I was successfully able to compile the...
View ArticleHow to add Notification Service Extension for Firebase?
I am trying to follow the guide here: https://firebase.google.com/docs/cloud-messaging/ios/send-imageI went to New > Target > Notification Service Extension (embedded this new target into the...
View ArticleEnable/Disable firebase push notifications in react native app
I have a react app with settings screens which allows to disable all types of notifications. How to achieve this wasn't exactly clear in react native documentation. I can ask for user permission when...
View ArticleHow to determine React Native statusbar height for iOS
In my React Native app on iOS, I want to make a <View> that wraps the status bar. Most places say that it should be 20px in height, but on the iPhone 11, for example, it seems to be higher than...
View ArticleFirebase Push Notifications not working for some iOS users
Okay so I have a React Native app that uses React Native Firebase (https://v5.rnfirebase.io/) to handle push notifications. Everything works fine for most users of both platforms, but specifically some...
View ArticleTouchableOpacity onPress doesn't work inside ScrollView
(iOS Only)<TouchableOpacity> doesn't respond if it is inside of a <ScrollView> :It works properly in the simulator but not in a real device,keyboardShouldPersistTaps="always" doesn't make...
View ArticleWhy archiving the app in xcode with react native 0.62 will compiling also...
The new react native 0.62 has introduced new feature "Flipper", i saw that is a good debugger for debug mode, so it will compiled every single files of Flipper, that's good.But now, Why also in release...
View Articlereact-native cant run ios device
I try to run react-native app on a ios real device.It works well on simulator or on a device using xcode but I would like to run with command-lineI tried this :>npm install -g ios-deploy...
View Articleerror: ReactNative error ENOENT:no such file or directory, uv_cwd(null
Any suggestions to fix error below?Failed to load bundle(http://localhost:8081/index.bundle?platform=ios&dev=true&minify=false) with error ENOENT:no such file or directory, uv_cwd(null)I tried...
View ArticleExpo CLI 'upload:ios' does not use my app specific password using CI with...
I can't make expo use my app specific password, it keeps prompting to verify using SMSexpo upload:ios --non-interactive --config "./path.to.my.config.json" --language English --sku $(SKU) --apple-id...
View ArticlePush Notifications getting dropped in iOS randomly
I am working on an iOS application built using React-Native and used OneSingnal for PushNotifications. Recently I upgraded to react-native version 0.61.5 and a compatible version of OneSingnal SDK...
View Article