How do you prevent the bottom area in a React Native SafeAreaView from...
I'm implementing a <SafeAreaView> on my React Native app. Most of my screens are in a ScrollView. When I add the <SafeAreaView>, it obstructs the content. While I want this bottom area to...
View ArticleImplement ACTION_SHUTDOWN event in react native
How to implement android.intent.action.ACTION_SHUTDOWN event in react native app ? I need to do API call when device shutdown . When I searched for android, I came to know android do provide this...
View ArticleAppsflyer's onelink is only opens in browser if app aleready installed [closed]
I have done create appsflyer's deeplink. It opens in only browser when it triggered. If app is aleready installed then it opens app but it can't. Why? What should I do?
View ArticleiOS intent for react-native application
I am trying to implement share intent functionality for a react-native application. I have already succeeded in doing so with the Android part of the application, so the javascript part of the...
View ArticleI want to send notification in banner to users How to do that?
I had implemented firebase push notification in react native iOS app. But now I want to send notification in banner to users How to do like that?
View ArticleReact-native - iOS device crashes "undefined is not an object (evaluating...
The app runs fine on the emulator and all Android devices. When I try to run on an iOS device the app opens and then crashes almost instantly. I can't seem to locate the issue as s.Manager is not...
View ArticleUsing Typekit (Adobe) fonts on React Native project?
I recently opened some mobile app mockups that I have to develop. I'm using React Native (with Expo). The thing is, this mockups use a lot of Adobe fonts (Typekit).I came across the doc:...
View Article'FBSDKAppEvents.h' file not found when using cocoapods for facebookSDK
I am trying to update FacebookSDK using cocoapods in my RN app and i keep getting error:'FBSDKAppEvents.h' file not found.at file FBSDKCoreKit.hMy pod file istarget 'App' do use_frameworks! # Pods for...
View ArticlePod install failing for react-native app (NoMethodError - undefined method...
Pod install in ios folder of react-native app fails with the following error: The exact same repository when cloned on a different machine installs all pods without any issue. I am deleting my...
View ArticleError while archiving react-native iOS project for testflight, app-icon
I am trying to Archive a react-native iOS app in preparation of distributing via TestFlight. I already added app icons of several resolutions, but I am still getting errors of missing app icons.and...
View Article-[RCTRootView cancelTouches]` is deprecated and will be deleted soon in react...
I am using react-native-map and it works well on ios and android.my react native version is 0.61.2. But in ios, when I click map, then shows warning "-[RCTRootView cancelTouches]` is deprecated and...
View ArticleStyling react-native Navigation Drawer Items
How To styling react-native navigation drawer item's Text.I go through the Documentation but i didnt able to find correct way to do thatNavigation DocumentationThis is My AppContainerimport React, {...
View ArticleApps-flyer's one link is not opens app if already installed [closed]
appsFlyer.generateInviteLink( { channel: 'gmail', campaign: 'projecttest', customerID: 'ab8F', userParams: { inviteCode: this.state.inviteCode, }, }, (link) => { console.log('appsFlyer link ',...
View ArticleApps-flyer's one link is not opens app if already installed? [duplicate]
This question is an exact duplicate of:Apps-flyer's one link is not opens app if already installed [closed]appsFlyer.generateInviteLink( { channel: 'gmail', campaign: 'projecttest', customerID: 'ab8F',...
View ArticleI am getting a huge changes in a/ios/Index/DataStore/v5/units/ like lot of...
I have created a new app in reactnative. I have got lot of files asios/Index/DataStore/v5/units/SDWebImageDownloaderResponseModifier.o-2VY0XMRULEFZR and lot of files. Can anyone tell why it is there...
View ArticleHow to change name App in fbsdk login React Native ('Project wants to Use...
I use ReactNativeFBSDK on iOS and Alerts when I press a button, which is the name of the project,How do I replace it?Thank you.
View ArticleResumable Uploads on Ovh Cloud
How to implement Resumable Uploads on Ovh Cloud in react native app? Right now if i upload large file and upload failed at 40% then i have to restart upload from 0%. Is Ovh cloud server supports the...
View ArticleCreating a social feed application [closed]
I intend to create a social news feed application for mobile. I have some experience with React so I intend dig into React Native framework. Is this the right choice or there are better ones out...
View ArticleHow to access environment variable in iOS Extension with React Native Config?
React Native project: For the environment, I am using React Native Config Library https://github.com/luggit/react-native-configIt's Working fine in both android and ios but not in iOS...
View ArticleTouchableHighlight inside Viewpager taking page-change event as click in...
We have used view pager (react-native-community/react-native-viewpager) in our app, and there are 3 sections of each and every page , all 3 sections are clickable, for making it clickable we are using...
View Article