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

How do you pass the flags to the final exe like -D_DEBUG, /SUBSYSTEM:WINDOWS, -DCMAKE and so on to the final exe thats built when using dart's newest build hooks, native assets interop method? ...
mln4574's user avatar
1 vote
1 answer
37 views

Does anyone know if install4j can install native images as a services without external service wrappers such as WinSW? My current version 9.0.7. I cannot use the launcher with executable type service, ...
Frank's user avatar
  • 59
0 votes
0 answers
57 views

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 ...
Zohaib Imtiaz's user avatar
0 votes
0 answers
33 views

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 ...
Obi Junior's user avatar
0 votes
0 answers
23 views

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
Reham Safarini's user avatar
1 vote
1 answer
86 views

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, ...
Rohan Pande's user avatar
2 votes
2 answers
79 views

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 ...
om prasad Panda's user avatar
0 votes
0 answers
66 views

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 ...
Yashinde's user avatar
0 votes
0 answers
140 views

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 ...
Adam Saleem's user avatar
1 vote
0 answers
471 views

I am using expo for a react native app. I am using a development build on an iOS simulator so that I am able to use Auth0 as my authentication package. I am using their build in sdk function ...
Micah Blackburn's user avatar
0 votes
1 answer
359 views

My app crashes during startup. When I use logcat I get the error (reverse domain name deliberately obscured for security): E FATAL EXCEPTION: main (Ask Gemini) ...
Tirna's user avatar
  • 537
0 votes
1 answer
68 views

I am trying to use setTimeout to hide rendered text after a certain interval. Everything works well until I press an element to display (or set) the text. I then get an error message: (NOBRIDGE) ...
SIMON SERWADDA's user avatar
0 votes
0 answers
63 views

I can't get the GPS metadata of an image on Android React Native, I've tested many libraries, most show 0 and some 0/1, 0/1, 0/1, but they are not the correct GPS coordinates. i tested many libraries ...
Rafael Maia's user avatar
0 votes
0 answers
107 views

I have created a minimalist WinUI(3) WinRT/C++ Desktop (Blank, Packaged) and added a single UserControl. The module that is added compiles and runs just fine. But I want to deal with ...
Peter Vermilye's user avatar
0 votes
1 answer
49 views

I am fairy new to react native. I am using react-navigation/native": "^7.0.15" and react-navigation/drawer": "^7.1.2" to navigate from one screen on a drawer to another ...
SIMON SERWADDA's user avatar
0 votes
1 answer
60 views

I want to make use of LiveCode 10 to create standalone desktop apps on a macBook with an M3 processor. LiveCode 10 itself is Universal. So does this mean that the apps created with LiveCode 10 are ...
Jan Riemersma's user avatar
0 votes
3 answers
159 views

I've taken one example here which is similar to my requirement. So suppose I have two textinput, while typing on textinput 2 some part of that is appending on textinput 1's value also. so in Android ...
Jatin Bhuva's user avatar
  • 1,936
0 votes
2 answers
315 views

// app/(tabs)/__layout.tsx import { Tabs } from "expo-router"; import React from "react"; import { Platform, Pressable, View, Text } from "react-native"; import { ...
Iman's user avatar
  • 1
1 vote
1 answer
143 views

I have a java service which is running in k8s,uses a native library (written in c++). I have set the core dump path to persistent mount NFS (with this command: echo "/nfs/core_dumps/core.%t.%p&...
Lokesh P's user avatar
0 votes
1 answer
71 views

This error is not allowing me to run flutter app. I just updated the flutter and this happened. /C:/src/flutter/packages/flutter/lib/src/material/spell_check_suggestions_toolbar.dart:166:76: Error: ...
Abdullah Sheikh's user avatar
0 votes
0 answers
10 views

I am trying to set a property for my mocked object, in my testing code, the mocked object is followed by an apply to set a property value. I found out that despite this block ran, the property value ...
user2386301's user avatar
0 votes
1 answer
186 views

Basic Info and Questions## I was trying to play .wav files in my pure C++ Android app. Gpt recommended AAudio. And I wrote some code, but it didn't work. Could someone help me to figure out why my ...
Xinyu Liu's user avatar
0 votes
0 answers
86 views

Pipeline: gst-launch-1.0 -v filesrc location = big_buck_bunny_720p_20mb.mp4 ! decodebin ! x264enc ! rtph264pay ! udpsink host=127.0.0.1 port=5000 Above pipeline is working perfectly via Ubantu ...
Aman Srivastava's user avatar
0 votes
0 answers
155 views

I tried to run ./gradlew clean and ./gradlew dependencies in the /android directory on RN 0.76.0 but it fails with this error: FAILURE: Build failed with an exception. * Where: Settings file 'C:\...
ApinatXD's user avatar
-1 votes
1 answer
19 views

I have a react native project I want when app is closed my android native widget access to javascript function and get data from that I used HeadlessJsTaskService but it works just when app is open
mozhi jafr's user avatar

1
2 3 4 5
95