Category "react-native"

Display loader before a react-apexchart is displayed

I want to display a loader till my chart is displayed.I have implemented the following code but it doesn't work.The loader should display as soon as "compare" b

How to override react-phone-number-input style?

How can i override the style of the react-phone-number-input component using react-native-phone-number-input ? i tried containerStyle to edit the container styl

react native webview, open google maps URL with the google maps application

In the WebView of my react-native application, I have an embedded google maps url like: <WebView source={{html: `<iframe src="https://www.google.com/ma

Unable to resolve module react-native-blob-util

I'm facing this issue , when we run yarn IOS project - it is building successfully and and installing on simulator , while loading, metro bundler stops at some

AWS Amplify clients always fail to build with Expo

Following the AWS Amplify documentation for Expo with the steps below, building with EAS build fails with [RUN_FASTLANE] › Executing baseline » Bun

AWS Amplify clients always fail to build with Expo

Following the AWS Amplify documentation for Expo with the steps below, building with EAS build fails with [RUN_FASTLANE] › Executing baseline » Bun

Modal isn't showing when visible is true

I want to have a modal on top of another modal. For some reason when the modals visible parameter is set to true it doesn't show on top of the current modal. Ho

Error: EPERM: operation not permitted, rmdir

I built an app in react native in Expo. After trying to make a build for google play store, I ran the command 'eas build --platform android' but I got the error

React Native Expo. Android dark mode issue

When I change my mobile theme from light to dark it is affecting the background color of my react native app. I just want it to always remain white but it chang

Expo On-Air Update Channel Flag is disabled

I was using expo release-channel for "on-air updates". And it was working well, until that day. I used command like: expo publish --release-channel staging-v2

'sh' is not recognized as an internal or external command

Creating a new React app in E:\rn-starter\my-app. Installing packages. This might take a couple of minutes. Installing react, react-dom, and react-scripts with

Critical alert android equivalent

I am developing an app for a local fire department using React-Native, one feature is to alert everyone in case of emergency. On iOS I can use "Critical Alerts"

How to change background color (safeareaview) with React Native Elements theme property?

I have started using React Native Elements (https://reactnativeelements.com) for a new project. I am trying to update the light and dark theme colours (https://

React native List footer component not showing (funtion component)

I trying to achieve infinite scrolling pagination in react native. I want to render the loading spinner at bottom of the Flat list component when loading. (Note

Expo Image Picker -- not returning image from Android Emulator in Android Studio

I am running the Pixel 5 API 30 avd in Android Studio with react native client coding. I am using the expo image picker to pick the image and return to the appl

Pause Recording on RN camera / React native

I'am working ona React native project which has a video recording option.My requirement is that it should have a button to pause the recording. I'm able to reco

Access context outside render tree

I have an app in React Native that uses many context. I want to access one of them within a non rendering function e.g. : const DataContext = React.createContex

Typescript/yarn workspaces - Referenced project may not disable emit

I'm trying to setup a monorepo project using typescript and yarn workspaces. The project's structure looks like this: /example /packages /lib1 Example is an

How to get index of row in ant design table?

I want to show index of rows in ant design table. eg: 1 to 10 for 10 rows data i got. const columns = [{ title: 'ID', dataIndex: 'id', key: 'id',

screenOptions:{{tabBarHideonKeyboard: true}} not Working

When I am using custom tab bar through tabBar function tabBarHideOnKeyboard does not work but without tabBar function it works fine, any ideas on how I can make