react-native-mapbox-gl error. How to fix it?
I am getting MapBox api error for React native iOS.Mapbox Error: dyld: Library not loaded: @rpath/MapboxMobileEvents.framework/MapboxMobileEvents Referenced from:...
View ArticleHow do I extend My container background on dragging up. Just like the one on...
Facebook Bottom Drag upHow do I extend the background of the draggable container. like the one on Facebook.?
View ArticleHow we can clear url cache in React Native?
We will do clear URL cache by using this removeAllCachedResponses in iOS, but in React Native how we can do and we are using fetch. We are unable to clear URL cache programmatically in React Native....
View ArticleHow to override DNS in ios with React Native?
My client needs an app to configure the user's DNS in iOS device with React Native. Please let me know if there is any way to do this.
View ArticleHow do you install Firebase Crashlytics
I've been following the docs here and have made it all the way to the point where I've installed it and am trying to send an error. I added a button to my page that when pressed just does: throw new...
View ArticleRealm.js and Fastlane integration
I am trying to implement fastlane for continuous delivery for a react native project I am working on. However I cannot get Realm.js to play nicely. the error below is ultimately not allowing for...
View ArticleHand Drawing Polyline on map gets lagged - react native
I'm hand drawing a Polyline but it's really slow, is it a way to improve it? When the finger moves slow over the map the Polyline really gets rendered slowly.I'm using: "react-native":...
View Articlereact-native link error 'Unknown dependency'
I'm following the example to build a small video chat: https://www.agora.io/en/blog/how-to-build-a-react-native-video-calling-app-using-agoraI created a new project via: npx react-native init...
View ArticleIssue adding an Emoji to TextInput for React-Native on iOS
I've been having an issue with maxLength on <TextInput/>in ReactNative and I'm pretty sure its only happening on iOS.The problem:If the last character of an input is an emoji, and that emoji puts...
View ArticleHow to detect 3rd party keyboard in react native (iOS and Android)
In native iOS we can specify shouldAllowExtensionPointIdentifier to disable 3rd party keyboard.-(BOOL)application:(UIApplication *)application shouldAllowExtensionPointIdentifier:(NSString...
View ArticleApp build failed in xcode with Continuing in background (Failed to display...
Unable to build my app suddenly. This is the error which I got Continuing in background. Error: Failed to display Xcode notification caused by: script error: osascript: no such component "JavaScript"....
View ArticleCan't able to run react native application on android device
Im Using MacBook Pro.. Im New To React Native.. After Creating An Project Im Running On iOS Device It's Running.. At The Same Time While I'm Running On Android Device Means Im Getting This Error.. Any...
View ArticleFlatList onEndReached being called multiple times
I'm making a react native project where user can search images using Flickr API, Everything else is working fine but the problem i'm having while implementing pagination. I have used FlatList's...
View Articlefirst_open event is not showing on Google ads console for iOS
The Ad account is connected to Firebase analytics. I can see the first_open event on Firebase Analytics dashboard, but the event is not listed on Google ad console's Analytics Events column, all other...
View ArticleIs there any way to have an iOS application to be tested? [closed]
Is there any way to have an iOS application to be tested, before putting the app on the App Store? It's a app made in React Native, an expo app.
View ArticleHow can i set variables that i can access globally throught my app? [duplicate]
In react native, need to set ~10 variables relating to screen sizes BEFORE the user sees all the screens in the app. I can do this in the AppLoadingScreen.js (as that is universal in terms of size). I...
View ArticleIntegration React Native in existing iOS project - CocoaPods error ENOENT -...
I try to follow this guide to add React Native in existing iOS projectI'm following the example with the 2024 game project but I got many errors and now I can't go forward from this one.Analyzing...
View ArticleReact native Branch io deep linking in IOS not working
I have followed the set up doc of branch for react native io i.e. https://help.branch.io/developers-hub/docs/react-nativeReact native Branch io deep linking is working fine for Android part and For ios...
View ArticleReact Native iOS and Android folders not present
I'm new to react native, and I've been having some trouble understanding the folder structure of the app which should supposedly be present in the project folder on creation. Basically, when creating...
View ArticleHow can I fetch user`s info when apple authentication in React native?
talents. How are you? I am developing a React native app and it is needed to add apple authentication. I am using Expo(sdk v35) and used expo-apple-authentication library. So now I can see...
View Article