Show keyboard programmatically using React native
How do I show Keyboard for TextInput programmatically using react native? Using a ScrollView, tapping between TextInput causes the keyboard to be dismissed. I want to show the Keyboard again using...
View ArticlePick multiple images in react native Expo with Imagepicker
It seems like Expo only supports imagepicker for selecting one image rather than multiple images. Is there any way to pick multiple images without ejecting expo or starting new react-native-init?
View ArticleLexical or Preprocesser issue: Xcode
I am coding a basic React Native app and am getting a lexical or preprocessor issue in Xcode. I tried pod deintegrating and pod installing, yet the error persisted. I also tried react-native run-ios...
View ArticleI'm confused to choose between flutter, react native and iOS and Android
I have an app which I have to develop or get developed. I'm really confused between react native and flutter, which to choose and why. I already know that flutter is far better in performance than...
View ArticleAdd Review Information screenshots in apple store?
I'm trying to add in-app purchase in my ios App "react native".But in App store should i add screenshots in Review Information sections, So what's should i add here?and I use 'react-native-iap', when I...
View ArticleReact Native Expo Building Javascript Bundle stuck at 99
I'm running my react-native app using expo on my mobile.However, when I start the packager and connect to expo app on my mobile, it's stuck at 99% for building javascript bundle process.There has been...
View ArticleReact Native Send sms within the app
I want to send sms to multiple numbers without opening to default messaging app.I try to use react-native-sms-x but its not maintained and my project just stuck at compiling.Also I used...
View Articlereact-native link ios to android migration
I am looking to migrate an existing react-native iOS app (with quite a lot of dependencies) to android and none/few of the react-native link commands have been executed in the context of android, Is...
View ArticleLinking.getInitialURL() is not being cleared after used for deeplink
I've had this problem for like 2 weeks. I used Wix's Navigation for navigating around the app. I followed this tutorial for implementing the deeplink/universal link.I have a base class called...
View ArticleHow to restrict a url in react-native
I am making an app in RN. I just signed up for Mapbox and it says make your token more secure by adding url restrictions. How can we have url restrictions for app? (or can we even have?)
View ArticleUnrecognized font family w React Native 62 on iOS only
Android is working fine - I have a Text component <Text style={styles.orText}>{'HELLO'}</Text> and style with fontFamily: 'SourceSansPro-SemiboldItalic' defined. On iOS I get the error...
View ArticleTypeError: undefined is not an object (evaluating...
We have developed a react-native application using react-redux in ubuntu. We are trying to build an IPA from a mac system using the same code.but we are unable to run the application and getting an...
View ArticleHow to fix"AIRMap" was not found in the UIManager error in react native?
Unhandled JS Exception: Invariant Violation: requireNativeComponent: "AIRMap" was not found in the UIManager.This error is located at: in AIRMap (at MapView.js:760) in MapView (at App.js:25) in RCTView...
View ArticleApple Sign in doesn't work on Testflight?
Apple sign in works in Expo environment, but when i create build and upload it to Testfligh, Apple Sign in button doesn't prompt anything?
View ArticleReact-Native: Changing tabbar showing weird top to bottom flickering
I am developing a Tabbar application, I have a Tabbar, which Tabbar has its own navigation stack. The problem is when I am changing tab from bottom tabbar, my screen showing flickering (top to bottom)...
View ArticleWhy can't I query available in-app purchases
I have a React Native Expo project. I'm using this library. - for in app payments on iOS.The issue is, my query for available in-app purchases is returning nothing. While the purchases can't be...
View ArticleHow to get status of playback (media player) on device and listen for changes...
I'm trying to get information from the now playing playback of an ios and android device for my expo react-native app and listen for changes. I'm trying to use expo-av but can't seem to accomplish...
View ArticleHow to upload Image on server using ReactNative
I am setting headers and body , Using fetch with Post to upload image on server.I am getting the response code 200 but it is not uploading image but rest of the Data is getting uploaded.Here is the...
View ArticleSwiper with video or image on the card
I have a list of objects that contain a video or photoI would like to make scrolling possible (up - down - up, something like in TikTok). Each card has a full-screen image or video.For this I used the...
View ArticleExpo management menu from within the device/emulator without shaking device
I find shaking the phone to access the expo development menu to be inconvenient. It is difficult to get a feel of how I should shake my phone, and I feel awkward trying to peek if the menu appeared...
View Article