How to recompile a project developed with an old version of Expo sdk today (2024)?
I got a copy of the original code developed using react native and the “suspected” expo SDK 37.0.7. I want to recompile and enable this code. Is this possible? I am new to RN, can anyone tell me how to get started? Thank you very much! !
Google Maps search bar not working in React Native with GooglePlacesAutocomplete
I am working on a React Native project where I have integrated a Google Map with a cursor, and everything works fine. I added a GooglePlacesAutocomplete component to provide a search bar for the user to search for locations. However, the search bar does not work. When I type something into it, nothing appears.
Issue with Selecting Location in React Native Maps
I am using react-native-maps
to let users select a location from the map. However, I have to click multiple times before the location gets selected, and the marker updates its position. Is this a performance issue, or is there a problem with my code?
react native Image component cannot display photos from expo media library
im trying to access media gallery from a phone is display it in my expo app using the expo media gallery, everything seem to work fine but the image are not displaying.
Error: Cannot find native module ‘ExpoPrint’, js engine: hermes. React native
I have tried to use the built in pdf generator with ‘expo-print’ and ‘expo-sharing’ but even after installing in SDK 51 with the command “npx expo install expo-print” and the other one it’s still giving me this error.
React-native EXPO – APK EAS build app crashes on startup (probably) because of react-navigation
Right now I’m trying to export my app with eas as an apk, but it doesnt work.
In React native, I’m facing the below error
Exception in HostObject::get for prop ‘NativeUnimoduleProxy’: java.lang.SecurityException: Permission Denial: registerScreenCaptureObserver from pid=4161, uid=10197 requires android.permission.DETECT_SCREEN_CAPTURE, js engine: hermes
Tried building expo app from bare template and then Installed expo-router, When I build apk I get error Native modules required RNNScreen
I used bare bones template because I wanted to use java script in expo. But when I install expo-router and build a production apk, I get error in the app saying required native moduels RNSScreens something. why am I getting this error. Also can someone help me how should I define my main _layout.js file and do I need to put a index.js file in the root ??
expo install with init teamplate
Error downloading and extracting template package: Error: Could not parse JSON returned from “npm pack expo-template-blank –dry-run”
Expo / React Native – Unable to Load Local Images
I’m building a mobile app using Expo/React Native. As of yesterday all instances of < Image > that use images stored locally using require() have stopped displaying. Sometime I see a black cross on a white background, sometimes nothing. All instances of < Image > that load images from a server are still functioning. I have no idea what could have caused the issue – I’ve added no new dependencies etc. – but have tried the following to remedy it.