iOS react-native-push-notification: the notification event doesn't trigger
I need to receive data while receiving a push notification.Everything works as it should except for the 'notification' event. I see a notification in the notification centre and when I click on it, the...
View ArticleSelect text and show customized menu instead of default context menu
I am trying to make a book application in React Native. I want that make text selectable but don't want to show default context menu (copy, select all etc). Instead, I want to show a horizontal menu...
View ArticleReact Native: Undefined symbols for architecture x86_64: "_YGNodeIsDirty"
I have the following issue when trying to compile my app for iOS on my CI (Bitrise). All the commands work perfectly fine locally.React Native 0.61.5 cd /Users/vagrant/git/ios/Pods export...
View Articlereact native IOS foreground , can't receive push notifications
I'm using react native push notifications with firebase messaging to handle notifications in my Application.I installed libraries and i make config :in didFinishLaunchingWithOptions the i added :-...
View ArticleOffline bundling in debug mode for iOS on React-Native
I'm using Firebase App Distribution feature to send my co-workers some production builds, so I need an .ipa file but I'm having trouble generating it with offline bundling on debug mode for iOS.To...
View ArticleInput Values Only Return Undefined in React Native
I am pretty new to react native and am trying to get the home page of my first basic app to load. Currently, it asks users to input their "name" and "networth" and I simply want to return the networth...
View ArticleHow can I use DropDown List in Expo React-Native?
I have been facing a problem with react native and expo as I cannot find a dropdown list component for form input. How can I do that without ejecting from expo?
View ArticleERROR React.createElement : type is invalid
I notice that's my first react native app and this is what I've when I just try to import the first components :"React.createElement: type is invalid -- expected a string (for built-in components) or a...
View ArticleNo podspec found for `React-Core` in `../node_modules/react-native/React`
I'm using React Native. I get this issue when I try to upload pods. I've successfully installed node_modules, but I'm getting this problem. What is the problem? If we delete the package-lock.json and...
View ArticleReact Native Location Switch
The ReactNativeAndroidLocationSwitch pod failed to validate due to 1 error: - ERROR | attributes: Missing required attribute homepage. - WARN | source: The version should be included in the Git tag. -...
View ArticleNavigation 5 'focus' listener not triggered when app is brought back up from...
I am using React Navigation 5, and I am trying to set up a focus listener on a Screen to perform some actions.The Screen where I need to set up the listener is a Class component that triggers the...
View ArticleNot loading Icons from react-native-vector-icons/FontAwesome
Are you guys having problems with the react-native-vector-icons/FontAwesome today ? I'm using a react-native version >0.6 so i don't think the problem is about linking.As you guys can see in the...
View ArticleExpo Push Notification for iOS APNS
I have a React Native App for Android/iOS. I've already tested the android push notification with firebase and expo. Do I still need to configure APNS for the push notification for iOS or it will work?...
View ArticleReact Native with RNFirebase Build Problem
I'm having trouble in building iOS for react native app with react-native-firebase (https://rnfirebase.io/).When I run the react-native run-ios, it starts the building procedure then prints this log **...
View ArticleCan code be reused for another hybrid app
I wonder if you can help please.Would it be possible to re-use some or all the code from a hybrid app for a new hybrid app. The code that is being used is react native.The functionality and flow is the...
View Articlesend audio by formdata in react native
I am trying to send an audio file with the library here and everything is fine, record, stop and play the audio, but when I try to send this audio file by formdata, the file breaks.Here is my...
View ArticleReact native IOS fetch requests being throttled
I'm not sure why, but my react native fetch requests from an IOS device are being throttled. After using the app for some time (usually after completing a video chat using agora), the app gets...
View ArticleReact native FCM IOS background notifications doesn't work some times
I am currently working on implementing Push notifications to IOS and android on React native. I have used react-native-firebase package and it works fine on Android. On IOS however i'm not able to...
View ArticleReact Native - Reanimated Bottom Sheet: Content in Snapable Container only...
I have a container with 3 snap points which also contains a scrollView where I display more information. For some reason, this scrollview only works on iOS and not on Android. However, on Android the...
View ArticleReact Native IAP Auto Renewal Subscription check Expiration
I am trying to restore and detect the end of auto renewal subscriptions on iOS using https://www.npmjs.com/package/react-native-iap/v/4.0.8By calling getAvailablePurchases() I get a different number of...
View Article