Tried to register two views with the same name RCTScrollView
i try to run my react native app to ios but i got this error, while in android the app work just fine, do someone know about this ?xcode 11.5,rn 0.61.5,using react native clii already search on several...
View ArticleHow to fix iOS/Xcode build error, undefined symbol...
When adding a cocoapods dependency, we started getting build errors like these:Undefined symbols for architecture x86_64:"type metadata accessor for (extension in...
View ArticleGet User location and send to Backend to store in database every hour in...
I want to store the Mobile app user location every Hour. My question is How to trigger the API which gets the location. Q1 - The following are the flow of getting location feature but do not know its...
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 ArticleHow to return to the browser after processing deep link? Android & iOS (react...
I’m successfully deep linking from the browser into my React Native App, completing what I need to do, and then am wanting to be sent back to the browser. How can this be done for Android and iOS?
View ArticleiOS React Native: Add build configuration other than Debug and Release
I'm working on a react native project, by default they are two build configurations (Debug and Release) that works just fine. However, when i create a new build configuration by duplicating the Release...
View ArticleHow do we link oauth identity with local identity?
I am trying to build a mobile application in React Native that allows "social" login, i.e. Google, Facebook, Instagram, GitHub, etc. I had a few questions regarding this:How do I handle user account...
View ArticleReact Native App: Include Images or Graphics into Camera Stream in Real Time...
I want to build a React Native app for iOS and Android (preferably using Expo managed workflow). The app lets the user to use the phone camera to live into their Facebook Live. In addition, I want to...
View ArticleCan I make a purely voice driven app in Expo?
I want to create an Expo app for ios that will say something, and wait for my reply, via headphones. The headphones part is immaterial but it indicates what I want... which is for this to run while my...
View Articlehow to add third party (.)framework as dependency for React native native...
We have a SDK which depends on Alamofire and Private framework to function. Now we are trying to build a wrapper over the SDK for react native. We created native module code and added Alamofire as...
View ArticleReact-native screen does not appear on the iOS simulator using react-native
I am now trying to develop an application with react-native, but the first project does not work well.Environmentcocoapods-1.9.3node v10.16.2watchman 4.9.0Apple Swift version 5.2.4...
View ArticleDoes exist a mature React Native Video library/component?
Recently, I face a project that needs a mature React Native library/component that plays several video format types like MKV, MKV x265 and etc that the react-native-video couldn't support them. because...
View ArticleReact Native local assets images not showing
I built a new react native app(react native init), and upload it to github,All was good and I saw the images.I downloaded the branch to check it.The Problem -I don't see local assets in Android and in...
View ArticleReact-native iOS build error after link command
I got the following error when I try to run the app. I noticed that this error happens after run 'npx react-native link'. Command line...
View Articlereact native slow close camera after barcode scanned
I just learned about react native. I use the react-native-camera-kit library and there are obstacles when I finish scanning a barcode. The barcode was scanned successfully but the camera took a while...
View ArticleHow to set up an existing React-Native project from a new computer for the...
So I recently started working with my friend on his app project and I've had trouble building his react-native based project. It's both ios and android.On android, I can get as far as building, but...
View ArticleHow can I create a drawer where I can change the text according to user...
I used the Galio framework to start building an App and it creates a drawer with the following function imported by App.js:const GalioApp = createDrawerNavigator(screens, options);I want to for example...
View ArticleUnable to receive Firebase Console manually sent notification...
Unable to receive manual notification sent from Firebase Console under cloud messaging for android / ios using react-native appAble to receive notification send via back end server whenever the...
View ArticleHow to check internet connection in React Native application for both iOS and...
I have a React Native application and I'm seeking to add functionality that checks if there is an active internet connection when the app first starts up, and continuously thereafter.If there is no...
View Articlereact-native-keyboard-aware-scroll-view not working properly
I am trying to use the react-native-keyboard-aware-scroll-view so the keyboard doesn't cover my inputs. For some reason it always thinks there is a keyboard active I guess because it always compresses...
View Article