How to disable react native fetch to store request cache on the disk
I'm experiencing the very same problem as described in this issue https://github.com/facebook/react-native/issues/27897namely, I noticed that when doing requests using fetch in react native android app...
View ArticleReact Native: Can't make the view of a modal take up 100% height for android?
I'm trying to make the view in a Modal take up 100% of the height in an Android Emulator for ReactNative.This is a modified code from the React Native website itself on modals to prove my point:import...
View Articlehow to parse .excel data from api in react-native without using third party...
In react-native I want to parse data from the api but this api provides as Excel file.Those extensions are .xlsx (for standard workbooks), .xlsm (for macro-enabled workbooks), and .xls (for older,...
View Article✖ Android SDK - Required for building and installing your app on Android -...
"Hello,I'm encountering an issue with my Android project configuration. The build process is indicating that Android SDK version 34.0.0 is required, but my project settings don't specify any version...
View Articlereact-native-keyboard-aware-scroll-view not working properly
I am trying to use the react-native-keyboard-aware-scroll-view so the keyboard doesn't cover my inputs. For some reason it always thinks there is a keyboard active I guess because it always compresses...
View ArticleInvariant Violation: TurboModuleRegistry.getEnforcing 'RNCDatePicker' could...
While trying to use "DateTimePicker" from '@react-native-community/datetimepicker', am getting the below error.ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNCDatePicker' could...
View ArticleExpo development build failing: Error resolving plugin [id:...
I'm building an app using Expo SDK 52 with a development build (npx expo run:android) on React Native 0.76.9, and I’m getting this error:FAILURE: Build failed with an exception.* Where:Settings file...
View ArticleCameraX preview view with react-native
I'm trying to bridge a simple camera preview view with React Native. I'm using a ViewGroupManager for the camera view, implemented as:class CameraXViewManager : ViewGroupManager<CameraXView>()The...
View ArticleWhy is my Expo eas build failing in React Native app
all experts. This might look like a duplicated or a repeated question but I'm new to React Native development and I'm trying to create and build an app using Expo and eas. I keep getting the below fail...
View ArticleOpen Intent android.provider.Settings.ACTION_WIFI_SETTINGS using React Native...
How to open an Android intent in react native using Linking.openURL(). For example how to open WIFI settings menu of Android.
View ArticleFixed bottom 0 not working within nested component
I have the following setup<View><Component><FlashList></FlashList><Component2></Component2></Component><View> (A button is...
View ArticleDependency 'androidx.browser:browser:1.9.0-alpha02' requires libraries and...
A failure occurred while executingcom.android.build.gradle.internal.tasks.CheckAarMetadataWorkActionDependency 'androidx.browser:browser:1.9.0-alpha02' requires libraries and applications that depend...
View ArticleExpo 52: Android Build Failed After Adding React Native Google Cast
My android build was working flawlessly until I installed react-native-google-cast.Here's the error I'm getting (on npx expo run:android):> Task :app:processDebugMainManifest...
View ArticleReact Native Ble Manager: BleManagerDidUpdateValueForCharacteristic listener...
I'm using the React Native Ble Manager library to read battery information from a device via notifications. However, the BleManagerDidUpdateValueForCharacteristic listener is not being triggered, and...
View ArticleNot able to access older than 30 days data from health connect
In my project I am getting health data from android native to my react native application. I have used "androidx.health.connect:connect-client:1.1.0-alpha06" for health connect sdk. I am able to fetch...
View ArticleHow to create android widget using react native?
Is it possible to make android widget using react-native?I have done some search to find an approach but only find this repoIs it any other approach to make android widget using react-native?
View Articlewhen I try to build android on expo with aar file, I get error called...
when I try to build android on expo with aar file, I get error called:react-native-akamaibmp:bundleReleaseLocalLintAar?ERROR :Task :react-native-akamaibmp:bundleReleaseLocalLintAarDirect local .aar...
View ArticleStruggling with ReferenceError: ReadableStream is not defined in expo react...
I have been struggling with the following error in my expo project . here are the list of package installed, versions list and the error logs i faced. please help me how can i resolve this issue. its...
View ArticleHow to Authenticate Google Sign-In Users with Cognito in React Native Without...
I’m building a React Native app and using AWS Cognito for user authentication. I want to enable users to sign in with Google, but I’m facing issues integrating it smoothly with Cognito.I Tried:Using...
View ArticleReact Native 0.78.1 — Local GIF Not Animating on Android with , even after...
I'm working with React Native 0.78.1 and trying to display a local animated GIF using the standard component like this:<Image source={require('../../assets/images/signup.gif')}...
View ArticleError “autolinkLibrariesFromCommand” When Running Gradle Clean on React...
I'm developing a cross-platform React Native app (version 0.78) on Windows 11 targeting both iOS and Android. When I run the following command in the Visual Studio Code terminal:.\gradlew cleanI...
View ArticleHow to modify FlashList's Recyclerlistview props accessible via...
For quite some time now, I've been trying to eliminate blank area occurring when FlashList is being scrolled fast.The latest approach I am planning to try is to get FlashList pre-render enough rows...
View ArticleEmulator Not Starting-up in Android Studio: The emulator process for AVD has...
I am a beginner working with Android Studio and am encountering an issue when attempting to launch an emulator. Despite multiple troubleshooting attempts—including reinstalling Android Studio across...
View ArticleStarting custom activity in React Native with Expo
I am currently working at a React Native application built with Expo and I wish to integrate the Braintree SDK Drop-in UI component to create a check-out section. Unfortunately, I can not figure out a...
View ArticleDev build error compiling JS failed import declaration must be at top level...
I have finished my app using expo SDK 52 and made a local and EAS development build of it which is both succesful at building the artifact, and i can install it on my emulator using Android studio.When...
View ArticleAndroid SDK is Unavailable Upon First Startup of Android Studio
I've been trying to install Android Studio for use in creating a React Native app using Expo. As I try to install Android Studio, and run it for the first time, I arrive at the following screen:Keep in...
View ArticleHow to use leaflet.js with react-native
I am having a difficult time setting up Leaflet.js with react-native. The documentation tells me to add the following script in my html...<script...
View ArticleHow to upgrade Android gradle plugin in expo project?
I’m developing a React Native app using Expo (SDK 52.0.42) and encountering an issue where a dependency requires Android Gradle Plugin (AGP) v8.9.1 or higher. However, during APK builds, Expo appears...
View ArticleNot able to access internet inside android emulator | MacOS 15 | Apple M3 |...
Currently I am trying to develop a cross platform app on the expo framework, but every time I try to use an android emulator, I am unable to use the internet and more importantly authenticate with...
View ArticleHow to modify audio playback in real time on Android based on biometric input...
I'm developing a mobile app in React Native (Android) that connects to heart rate data via Health Connect. The app aims to modify the current music playback in real time, based on biometric input like...
View Article