How to download and decompress a .gz file in react native using expo and type script
I am trying to figure out how can I download a .gz file in react native using expo and decompress it so I can read the file within.
Expo : content:// uri FileSystem.copyAsync Permission denied in Android when open file in other apps
I want to ‘open with’ my application when user wants to open pdf, so I added intent filters in manifest xml and created +native-intent.ts
to get pdf path in FileProvider. It works when opening from ‘My Files’ which is default native file manager in Android.
Why are my native modules not found on JS Engine production build?
I am developing my first native modules, for iOS & Android. On iOS, I have no problems. On Android, the development build works fine. However, when I bundle for production build, the app crashes. I think it’s related to this error in adb logcat
:
Why are my native modules not found on JS Engine production build?
I am developing my first native modules, for iOS & Android. On iOS, I have no problems. On Android, the development build works fine. However, when I bundle for production build, the app crashes. I think it’s related to this error in adb logcat
:
Build failed: Gradle build failed with unknown error. See logs for the “Run gradlew” phase for more information. – React Native
I am trying to build an apk file for my React Native application using the eas build -p android --profile preview
command on my physical device. (The dev build works perfectly.)
Issues with expo-media-library and expo-image-picker after Updating to Target SDK 35 in Expo SDK 47 Project
I’m currently working on a React Native project using Expo SDK 47. Due to Google Play’s requirements, I had to update my targetSdkVersion
to 35 in my build.gradle
file. My current build settings are:
Issues with expo-media-library and expo-image-picker after Updating to Target SDK 35 in Expo SDK 47 Project
I’m currently working on a React Native project using Expo SDK 47. Due to Google Play’s requirements, I had to update my targetSdkVersion
to 35 in my build.gradle
file. My current build settings are:
Issues with expo-media-library and expo-image-picker after Updating to Target SDK 35 in Expo SDK 47 Project
I’m currently working on a React Native project using Expo SDK 47. Due to Google Play’s requirements, I had to update my targetSdkVersion
to 35 in my build.gradle
file. My current build settings are:
How to remove white space above bottom notch in expo when runing development build
I built this app in expo and it works well in expo go but when I run the code in development build i get white space above the bottom notch.
Can I disable Images to be transferred to my app on React Native Expo?
On android, users can transfer images from one app to another, for example, I can transfer an image from the Whatsapp file storage folder, to eBay file storage folder.