4,735 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
28
views
Cordova bridge not firing after biometric passcode fallback on iOS (device ready / document.ready not triggered)
We are facing an issue in our iOS Cordova hybrid app (WKWebView) during biometric → passcode fallback authentication.
Environment:
Cordova iOS 7.x (WKWebView)
Native plugin handles Face ID / Touch ID ...
0
votes
0
answers
34
views
Expo 54 React Native - tailwind config file issue [closed]
I have been trying to migrate my React Native project from Expo 53 to expo 54 but I keep having issues with tailwind extensions
I had colors and personalized margins, height etc that I would like to ...
0
votes
0
answers
55
views
Camera Preview failure on some cameras
I am developing a Camera application and at this point I am previewing all cameras.
Background: So my device have physical Cameras count of 4. 1 front 3 back. I can log upto 8 camera ids.
Progress: I ...
0
votes
0
answers
42
views
Gluon native app on Android 9 crashes with java.lang.UnsatisfiedLinkError: com.sun.javafx.font.FontConfigManager.getFontConfig
I have Compiled and Package a native apk for android using gluonfx using the following build.gradle config:
plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.1.0'
id 'com....
0
votes
0
answers
27
views
Android APK built with EAS Build cannot connect to local API server, but Expo Go works fine. How to fix network security?
I have built a mobile app with React Native and Expo that consumes an API. When I create an APK and download the app on an Android device, I get the error:
Cannot connect to server try again later
...
1
vote
0
answers
33
views
React native lagging while scrolling on iOS and Android
I have two components: AllBuyersTab and TicketCheckedInTab. The TicketCheckedInTab works fine, but I’m experiencing scroll lag in AllBuyersTab. Can anyone suggest a solution?
I tried various solutions ...
0
votes
0
answers
23
views
How to add image from assets in expo go?
Iam trying to add image inside letter in expo go but an exception aquired each time. How to load the image to be like a apple (image) inside the letter
0
votes
1
answer
51
views
How to run module aar file in flutter plugin
I create module in flutter with simple one screen and create aar file , I add that in flutetr plugin and run that plugin through example project , it works in debug mode but in release mod it gives ...
1
vote
1
answer
84
views
Android Complex UI : Initial Creation Takes ~100ms — Is This Expected or Can It Be Optimized?
I’m working on an Android app that uses a RecyclerView with a custom Adapter and ViewHolder. The RecyclerView contains EditText views, and the properties of these views (such as text, color, padding, ...
0
votes
0
answers
57
views
Expo EAS build not fetching data from HTTP API in production
I'm having an issue with my Expo + EAS build. In development mode, my app works perfectly — I can log in, fetch events, and create new ones.
But after building with eas build -p android, only login ...
2
votes
2
answers
67
views
Expo CLI error: "Unable to find expo in this project - have you run yarn / npm install yet?" even after installing dependencies
WARNING: The legacy expo-cli does not support Node +17. Migrate to the new local Expo CLI: https://blog.expo.dev/the-new-expo-cli-f4250d8e3421.
The global expo-cli package has been deprecated.
Unable ...
0
votes
0
answers
41
views
Is there way to keep the app process alive when android app goes to the background, I'm developing a app in react native, diconnected metro server
I'm developing an app in react native expo.
Whenever I move my app to the background or open a y webview it disconnects from the metro server.
I'm not getting any logs in the console.
Is there any ...
0
votes
0
answers
64
views
ERROR: do_prepare_recipe_sysroot: The file /usr/bin/cargo is installed by both rust-native and cargo-native, aborting
After upgrading to Rust v1.86.0 locally (currently poky master has v1.85.1),
the following error is observed:
ERROR: libstd-rs-1.86.0-r0 do_prepare_recipe_sysroot: The file /usr/bin/cargo is installed ...
0
votes
0
answers
94
views
Where are these runtime startup/shutdown errors coming from using C++ WinRT/WinUI-3?
I have created a small C++ WinRT/WinUI-3 project to isolate the errors I've been experiencing. I start with a Blank App, Packaged (WinUI 3 in Desktop) using VS2022 V17.13.6 solution. Then I strip out ...
0
votes
0
answers
130
views
React Native WireGuard VPN Package Linking Issue
I want to use this library :
https://github.com/usama7365/react-native-wireguard-vpn
I did everything in the Readme guide which is:
I installed the library with npm
I ran expo prebuild
I ran pod ...