FlatList rendering as blank even when the data(Array) is supplied to the...
I am trying to render out a list of object data using FlatList in my React Native component, however I am getting a blank screen without any errors on the console which is why it is rather difficult to...
View ArticleAppStore new app review with in-app purchase
I have a brand new app which contains an in-app purchase. I am trying to understand a correct order of the review. What has to be reviewed first: a brand new app or an in-app purchaseFirstly I tried to...
View ArticlesetState not working properly in release mode React native iOS
I'm fetching some data from a server to load it to my app, my app doesn't load until the app loads all the data, it works perfectly in the debug mode, but when I have to test it on release mode, I have...
View Articlehow to do autofill credit card with react native on iOS?
username / password can be auto filled. Is it possible to autofill credit card info, like name, card number, expiry date and CCV?
View ArticleDisable application badge icon on receiving notification in ios
I am using react-native-applozic-chat for handling chats in my react-native app. My question is there any way to prevent the app badge icon from appearing on app icon after receiving any chat...
View Articlegl-react-native not displaying image on physical iOS device
I'm trying to get the saturation example from gl-react: Contrast/Saturation/Brightness example working on an iphone, but for some reason the image only displays on an iOS simulator and not a real...
View ArticleHow to create a React Native component using ARKit / a swift ViewController?
We have a project based on the swift based ARKit example Capturing Body Motion in 3D from the WWDC 2019. And we have a React Native app using native swift components, following the great instructions...
View ArticleError with exit code 1 while building react native 0.61.4 app with XCode...
I am using XCode 11.2.1 (latest now) to build my iOS react native app (react-native@0.61.4) The build succeed on any simulator but fails on any physical device (no specific OS version) Is there any...
View ArticleIn Ios, download stops on locking of device. Is there any way the download...
In ios, When we lock the screen the device goes into sleep mode and stops the download process and disrupts it. I used the react-native-keep-awake dependency but locks the screen anyway and is not a...
View ArticleFabric : /ios/Pods/Fabric/run”: No such file or directory
using pod to install fabric but getting /ios/Pods/Fabric/run”: No such file or directory, i added run script in “${PODS_ROOT}/Fabric/run” <API KEY> <S KEY>” show environment variable in...
View Articlereact-native ios Podfile issue with "use_native_modules!"
In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:[!] Invalid `Podfile` file: no implicit conversion of nil into String. # from...
View ArticleHow to access the iOS user defaults in React Native?
I'm trying to access my iOS UserDefaults in my React Native app. I tried this with Settings from react-native. I set the user defaults like this (native in Swift)userDefaults?.set("test", forKey:...
View Articlereact-native-orientation in iOS
I have a project in React Native, and I need lock a orientation a specific view in landscape orientation. But, the code don't work and the screen loop tilting. I find one answer for the problem very...
View ArticleInvalidRegistration for React Native iOS
I'm building React Native App. I have used a react-native-notification library to add the Notification features.My Andriod app can generate token and received notifications from firebase but for iOS...
View ArticleXCode 11.2.1 codesign error when building react native on a physical device
I am using XCode 11.2.1 (latest now) to build my iOS react native app (react-native@0.61.4) The build succeed on any simulator but fails on any physical device (no specific OS version) Is there any...
View ArticleReact Native - How to make KeyboardAvoidingView inside a ScrollView work for...
I am building a chat UI in react native and am having an issue with using KeyboardAvoidingView inside of a ScrollView. When selecting the TextInput the height between the input field and keyboard seems...
View ArticleHow to open other application from my application
I am writing code to launch other applications from my react native application for android and ios.Using Linking form react native I am able to redirect to Play Store/App Store butHow can I launch App...
View ArticleReact Native ios picker is always open
I have two pickers on my screen. Whenever I navigate to the screen in iOS app I find that the pickers are always open and all options are visible.It works perfectly fine in Android where the options...
View ArticleNo video selection screen when using React Native Web View
Vue.JS<templates> <input type="file" accept="video/*" @change="onChange"></input> <templates> When I open the vuejs code in ios safari browser, it is attached after selecting...
View ArticleHow do I use the DeckSwiper element in NativeBase without getting "Element...
I'm using NativeBase's DeckSwiper (docs, code) in a view and getting an error every time: Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string...
View Article