How to develop Chat functionality in react native app in which user can send...
Want to develop real time Chat/Messaging functionality in react native app. in which user can send videos,pictures,voice messages and emojis. What are the best methods/ways/framework to achive this?
View ArticleHow do you work in team on react native projects?
I'm working in Team of 3 people and having a lot of issues with working on the same project.Different Connection.Please Help me.
View Articlereact-native-firebase: onNotificationOpenedApp and getInitialNotification not...
I'm using Cloud Messaging from react-native-firebase 7.0.1.I do not want to store iOS device tokens in firebase, so I'm using getAPNSToken() method and then storing it on my backend.I'm able to send...
View ArticleCore Data in React Native [closed]
Hi I currently have a native iOS app and moving forward I want to use React Native, is there a way or library for react native to read and update the data in Core Data?
View ArticleIOS app shows white screen while returning back after some time as app is...
After installing the app from the AppStore or Testflight then I closed the app or switched to a different app whereas the app is running in the background because It's not closed completely, I am...
View ArticleUnable to resolve module 'react-native-vector-icons/AntDesign''
I am facing following issue when import this:import Icon from 'react-native-vector-icons/AntDesign';Error:error: bundling failed: Error: Unable to resolve module react-native-vector-icons/AntDesign...
View ArticleDoubleConversion error "normal arm64 objective-c...
The following build commands failed: CompileC...
View ArticleProblem in React Native v0.62.2 with Flipper pods and post install hooks
Im new in react native, and i facing the problem: Im using react native with flipper pods, and my pod file contain this code:add_flipper_pods! post_install do |installer|...
View ArticleNetwork connection was lost during `application:openURL:options`
We are using deep links to complete verification for an app we're working on. Said deep links cause the app delegate method:- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url...
View ArticleOpen multiple programs with Cmd + Tab (Mac)
So developing in RN, I want to have VSCode + the mobile device open by pressing Cmd + Tab (or another command), and then close (or swap) with that same command. So instead of a single tab opening at...
View ArticleReact Native Vertical Delivery Progress Bar
How can I put a Vertical progress bar on React NativeI need to make a delivery bar progressExample: driver is at point A and needs to go to point B ...
View ArticleHow to create a dictionary app in React-Native? [closed]
What are the options/approaches available in React-Native for developing a mobile dictionary app.
View ArticleThe data does not show on simulator
I am trying to display my fetched api data to the stimulator.When I print it in console. It does print the fetched api, but on the stimulator screen I cannot see anything. I assume its not printing...
View ArticleFirestore returns invalid-argument while adding new data in react native ios
Im using firebase in React native which works fine on Android side but on IOS when i try to add item its show me this error.[Error: [firestore/invalid-argument] Client specified an invalid argument....
View ArticleFile not found dependency error while running react native ios app
So I wanted to install a dependency using npm which is react-native-router-flux, but since it wasn't working due to the compatibility versions with react & react-native, it was breaking my project...
View ArticleInvariant violation: ViewPagerAndroid has been removed from React Native -...
Hi guys! This is an error I struggle with for the past 2 days. It happens when trying to run the react native project on ios. My package.json doesn't even have @react-native-community/viewpager...
View ArticleReact Native broadcast and discover nearby devices
First off: This is more of a logical question than a code-specific question.I am trying to create a view similar to the iOS AirDrop view where users can see other users. This means, every user needs to...
View Articlereact-native-maps google map only show on iphone SE simulator , but not for...
I'm displaying dynamic maps inside my app using using react-native-maps. I want Google Maps app to launch when user login ,but the map only can only on the iphoneSE simulator ,can't show on other...
View ArticleIn Flatlist, getting empty space when scroll to top
In React Native, when I try to scroll flatlist to top, I am getting an empty space. I am trying to scroll it to top by clicking a button calling scrollToIndex, still I am getting an empty space.This...
View Article