Change backgroundColor BEHIND keyboard with React Native?
This sounds needless and crazy, but it's actually much more sane than it sounds.I've been trying to find a way to do this and am pretty close to giving up. Currently I assume it's not possible.What I'd...
View ArticleHow to get the Current Date in ReactNative?
I am building my first ReactNative iOS and Android app. I am an iOS coder with Swift and Obj-C. How do I fetch the current date using ReactNative.Shall I use Native Modules or is there an ReactNative...
View ArticleHow can I open a webview with proxies on React Native IOS
I am looking to use a webview along with proxies. I have looked everywhere around and I haven't found anything significant about it, stackoverflow is my last resort. I am loooking to do this on ios...
View Articlereact-native-viewpager issue on iOS while deleting the last item in array/view
I am able to delete the last view/item from viewPager on android and it would switch the view to the previous screen. But the same thing doesn't work in iOS. On iOS it would delete the last view but...
View ArticleI want to do badge increment on main app icon while receiving notification in...
I am working on a chat app in react-native iOS. I want to do badge increment on main app icon when notification is received when the app is killed or force quit by user. It works well when the app is...
View ArticleGetting issue of Google Mobile Vision relying on deprecated UIWebview
Using this plugin on a project, I'm running into an Apple testflight warning that we're using UIWebView (ITMS-90809: Deprecated API Usage — Apple will stop accepting submissions of apps that use...
View ArticleHow to support WebP images in react native?
I have to show .WebP image extension images in my react-native app. I'm running on iOS and it's not displaying any image. I googled and found some information saying that webP images won't support on...
View ArticleHow can you upgrade iOS app built in React native to the latest SDK?
Sorry. Beginner question here. How can you upgrade iOS app built in React native to the latest SDK ? Does upgrading React Native also upgrade the SDK for IOS automatically or are there separate...
View ArticleHow to install react-native-track-player
I tried to install the react-native-track-player in a bare (just react-native init) App.Afteryarn add react-native-track-playeryarn add react-native-swiftcd iospod instalI got the message:[!] CocoaPods...
View ArticleHow to Implement the openURL in react-native-community Google Signin for ios?
Following the GoogleSignin docs openURL part, the block of code is inserted in the AppDelegate.m file.Resulted to this issue.** BUILD FAILED **The following build commands failed: CompileC...
View Articlereact-native-share on iOS get cannot read property 'FACEBOOK' of undefined
I get this error in iOS simulator when I started using react-native-sharecannot read property 'FACEBOOK' of undefinedRNShareindex.js:208:36...after run npm installI run cd ios/ && pod...
View ArticleCreate Native SDKs with React Native
I want to create client libraries for my backend for iOS and Android. They will be using native services like location services.Instead of creating a separate SDK for each, I was wondering if I would...
View ArticleReact Native deep linking does not work when app is killed
Possible solutionI found a solution myself in the meanwhile, probably not so 'clean'.In App.js I specify my initialRouteName like this: import {createAppContainer} from 'react-navigation';import...
View ArticleHow to save changes in info.plist in react-native project
I use react-native '0.62.2' and i have some changes that i need to save in 'info.plist'.My problem is when i do pod install all the changes are discard.I would like to know if there some solution for...
View ArticleReact Native - Why we use the tintColor property for Image component?
When i use tintColor property it fills the whole image to the color i specified to the tintColor property. Is i am using it wrong or its job is the same what i get? Can anyone tell for what purpose...
View ArticleHow to get iOS 12 Autofill to ask to save password in React Native app?
PROBLEMI'm on React Native 0.59.9 (latest at the time of this post), and have a login screen in my mobile app that I would like iOS 12's autofill feature to pick up and save the password for a new...
View ArticleReact Native Rendering Image borderRadius in iOS
Images are rendered in different aspects in ios and android using image component from react-native. I’m trying to display image with 45 degree angle cutoff every corner.I have tried to use cover,...
View ArticleReact Native open file from iCloud "Files" app not working
I have a react native app that allows users to share their content by creating a zip file (I use a different extension, .ssc but it's really just a zip file). The zip file can then be opened by another...
View ArticleTouchableOpacity not working on expo for react native not working
Am working on this login page where I had to use TouchableOpacity on a this text "Already have an account? Sign in instead!" to send me to the singin screen and for some reason it didn't work so...
View ArticleDisable Screen Capture/ScreenShot in React Native App
I have came across few solutions specific for ios and Android to prevent screen-capturing and taking screenshots. But how do i disable screen-capturing in react native?
View Article