Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 views

I'm trying to build my React Native app using EAS Build locally and also directly with Gradle. The build consistently fails with a JAR file creation error related to the react-native-vision-camera-...
desertSniper87's user avatar
0 votes
0 answers
93 views

I'd like to implement a system that allows recognizing a user even after the app's cache and data have been cleared from the system settings, as X (Twitter) appears to do. However, I can't figure out ...
Paul's user avatar
  • 4,618
0 votes
1 answer
104 views

Task :app:buildCMakeDebug[arm64-v8a] FAILED [Incubating] Problems report is available at: file:///C:/Users/Harsh%20Hingu/Documents/shoppingsearch/android/build/reports/problems/problems-report.html ...
Harsh Hingu's user avatar
1 vote
0 answers
49 views

Using React Native 0.8.1, Expo SDK 54, Expo Router v6. I realized that there is a problem with getting an inverted FlatList to have transparent header. Need the useHeaderHeight as usual, but the ...
Victor's user avatar
  • 13.5k
1 vote
0 answers
69 views

I'm trying to make my React Native Android app to have another Activity, beside MainActivity, be able to run another js bundle. I managed to achieve that with this implementation: import android.app....
Hoài Vũ Lê's user avatar
0 votes
0 answers
18 views

My RN app have two targets - production and staging, each of them have release and debug configurations. When I have .env file in project root where .env.production and .env.staging are stored, my App ...
CodeBy's user avatar
  • 772
0 votes
0 answers
51 views

My React Native app (v0.79.5) with Apollo Client works perfectly when testing locally with release APK, but when uploaded to Google Play Console and downloaded from the Play Store, I get consistent ...
Yash Nayi's user avatar
  • 147
0 votes
0 answers
61 views

I am working on React Native Expo. I am facing an issue after updating my app to comply with the Photo and Video Permissions policy. In my Expo-managed React Native app, I have added the following in ...
Akshat Jain's user avatar
1 vote
0 answers
30 views

I am using Expo 54 and stream-chat-expo 8.5.1. When I set headerTransparent: true, there is an semi transparent overlay in the content. But the content behind the header is clear. I have tried many ...
Victor's user avatar
  • 13.5k
0 votes
0 answers
49 views

I'm new to React Native and trying to create an app using tailwind classes but getting different types of error while building the application. The errors are as follows: The development server ...
Muhammad Shahzaib's user avatar
0 votes
0 answers
74 views

I'm working on a React Native project using the Ignite starter template with Expo 54. When I run the app on the iOS Simulator, I'm seeing the following warning in the Metro console: MMKV not available ...
IgorGanapolsky's user avatar
0 votes
0 answers
25 views

We need to develop a system that synchronizes GPS data with a corresponding video recording, ensuring precise mapping between video frames and real-world locations. The system must extract a video ...
Amish Shabani's user avatar
0 votes
0 answers
42 views

I'm trying to render a scrollable grid of videos in React Native. Currently, I'm storing the videos as .mp4 files on Google Cloud Storage then fetching and rendering them using react-native-video's ...
dazh's user avatar
  • 1
0 votes
0 answers
61 views

I need to place a Drawer inside Stack layout in my React Native Expo application. The idea is the following: The main screen of the application consists of three screens, A, B and C. The main screen ...
Spook's user avatar
  • 26.2k
0 votes
0 answers
49 views

I am getting this issue a lot recently. I have clean build my react native project multiple times, updated iterm 2, cleaned the metro bundler and the .env file is also in the correct place with ...
Swarnali Roy's user avatar
0 votes
1 answer
35 views

I'm trying to call a Firebase Cloud Function from my React Native Expo app to send invoice emails. The function deploys successfully, but when I call it from the app, I get a FirebaseError: not-found ...
Ronan power's user avatar
0 votes
1 answer
69 views

I am using expo Image to cache and prefetch images in my react native app It works perfectly on android but it is extremely slow on IOS For the purpose of debugging I added many logs to this get the ...
Kartic Joshi's user avatar
1 vote
0 answers
48 views

When I try to open DevTools, I get the following warning in the Metro terminal: “WARN No compatible apps connected. React Native DevTools can only be used with the Hermes engine.” However, Hermes is ...
kalyani_jamunkar's user avatar
0 votes
0 answers
144 views

Environment: React Native: 0.77.0 React Navigation: 7.0.15 react-native-screens: 4.11.1 Target: Android 16 (API level 36 Issue: Android 16 introduces a new predictive back gesture system. On some ...
Siddhant Shelake's user avatar
0 votes
0 answers
44 views

I have a scenario where i want to move to a screen B on click of a deeplink but i want to add a Screen A to the stack so when the user goes back he is navigated to Screen B from Screen A, also while ...
Keshav Khetan's user avatar
0 votes
0 answers
55 views

Working on a react native app and having issues with the Appwrite database. here is the error: ERROR Error seeding data: [AppwriteException: Invalid document structure: Missing required attribute &...
Kyle Y. Parsotan's user avatar
0 votes
0 answers
45 views

Context I’m working on a npm workspace with this structure: packages/ lib-a (publishable React Native package) lib-b (internal library not publishable) lib-a depends on lib-b I use TypeScript ...
Simon Bruneaud's user avatar
0 votes
1 answer
80 views

I'm super stumped. I have a bare RN app, and it works fantastic in simulator. however, when I test on a real device, I get a failure. this is a gist of my implementation https://gist.github.com/...
user2352657's user avatar
1 vote
0 answers
91 views

I am developing a mobile app using Expo (bare workflow) and React Native on an M1 MacBook. After reinstalling macOS and restoring my project backup, the iOS build fails, while Android builds and runs ...
Koreahn's user avatar
  • 129
-3 votes
1 answer
77 views

After upgrading from Expo SDK 51 to SDK 52, I get the following error when launching the dev app on Android: Attempting to call JS function on a bad application bundle: AppRegistry.runApplication
Jonathan's user avatar
  • 6,766