Push notifications not getting grouped (like Whatsapp)
I am using FCM Cloud Messaging framework to send and receive push messages for both Android and ios. To send messages from my server I call FCM v1 API. I use FCM SDK app in my native app (react native...
View Articlereact-native-maps initialRegion, region and animateToRegion not working for...
I have a React Native project using react-native-maps: getRegionForCoordinates(points) { // points should be an array of { latitude: X, longitude: Y } let minX, maxX, minY, maxY; var arr = [];...
View ArticleDo i need IOS developer account for React native ios developing
im going to port my app to IOS. i already built it on android but needs some package linking and some refactor for ios version. but im not going to deploy it on App Store. im going to upload my...
View ArticleOpen react native project in xcode
I'm sure I'm missing something simple. I have a React Native project working and I'm attempting to get it on the app stores. Following those instructions, after I have created my provisioning profile...
View ArticleNew React-Native Project: Build fails (ios)
I'm using:react-native-cli: 2.0.1react-native: 0.62.2Xcode: 11.3.1Creating a react-native project (react-native init GetAway) and starting it withnpx react-native run-ios throws an build error:The...
View ArticleUpdating to iOS sdk 13
I just got this message from https://developer.apple.com/news/?id=03262020b. Deadline for App Updates Has Been ExtendedMarch 26, 2020We greatly value the worldwide developer community, and appreciate...
View ArticleError trying to install react native, not building correctly when running pod...
I am trying to learn react native, and I'm running into an issue when trying to to install dependencies. I have installed CocoaPods and followed all steps via the documentation. I am unsure why I am...
View ArticleRun react-native application on iOS device directly from command line?
Is it possible to run react-native application on an iOS device directly from the command line like we do on simulator with react-native run ios --simulator "iPhone 5s"?
View ArticleReact Native Swipeable (Swipe to delete) not closing
I'm using Swipeable from React-Native-Gesture-Handler to incorporate swipe to delete on my page.When I press delete, the contact gets deleted however the swipeable remains open.I want it to close after...
View ArticleBest Approach to Making Multi-paged Wizard form in React Native
As a beginner in React Native, I'm curious about the different approaches people use to make wizard forms on the app. Problem: I'm trying to implement a multiple-step form where each question occupies...
View ArticleCould not connect to development server - React Native
I am creating an app using react native. I tried to change a file path to an image within my code and when I ran my app on the iOS emulator the following message was displayed.I have tried a number of...
View ArticleLinking.openURL(url) is not working on iOS (Trying to open Whatsapp)
For some reason, the linking feature to open a whatsapp contact is not working on iOS (it works perfect on Android), i followed the guide on this url for the setup https://reactnative.dev/docs/linking...
View Article[fatal][tid:com.facebook.react.ExceptionsManagerQueue] ReferenceError: Can't...
While the build is successful, I receive an error after the simulator launches. I also am receiving a message that the app crashes in preflight. Originally the error message had more to it but I...
View ArticleIs there a workaround for keeping the flash on when recording starts? (iOS +...
My app needs the flash to stay on when recording a video. I'm using expo to develop and test for react-native on both Android and iOS. Android works as expected, but on iOS, setting the flashMode to...
View ArticleReact Native build failed - iOS - library not found for -lBoringSSL-GRPC
I'm having issues trying to build a react native application. On Android works fine. This happens building from xcproject and xcworkspaceI already try with pod deintegrate and pod installThe terminal...
View ArticleReact native: TypeError: null is not an object (evaluating...
My react native app was working just fine before I used expo eject. I ejected it because I now intend to build and release the app to the ios app store. As soon as I attempt to start the ejected app...
View Articlereact-native-sound does not work in production build for iOS but works within...
I'm working on a React Native application which plays back voicemails. I'm running into an issue with our production app. It does not play back the voicemails on the production iOS or testflight...
View ArticleWhy aren't any of my "react-native" commands not working anymore?
I was working in my React Native file when I noticed that whenever I typed any command(except help) that begun with "react-native" I would receive an error that states:error Unrecognized command...
View Articlehow to use LinearGradient for react tab navigator tabs
I have a react tabnavigator which i used it from ReactNavigation(v2) component:const Tab = createMaterialTopTabNavigator({ Nearest: { screen: Nearest, navigationOptions: { tabBarLabel: 'myprofile' } },...
View ArticleReact Native - ios - circle with border - circle background color spilling...
I'm trying to create a circle with a white background in react native and i'm having an issue where the background color of the circle is seen on the outline of the border. Check out this playground...
View Article