1,075 questions
-3
votes
0
answers
49
views
Run an external program from within a custom Xcode build script
I'm handling the env config in my React Native project by copying either config.template_prod.js or config.template_preprod.js into config.js. This is a high risk operation since shipping preprod ...
0
votes
0
answers
40
views
Is there a libcocos2djs.so binary for x86_64 android architecture
I am trying to patch and rebuild an apk to support libcocos2djs.so library x86_64 arch for Android images. So far this app supports armabi-v7a and arm74-v8a architectures only.
My findings so far ...
Advice
1
vote
1
replies
40
views
Slice text on full available space
Hope you're having a nice day.
I'm working on a React Native todo list app.
I want to slice my text when the available width is full and add "..." at the end. Right now I've the algorithm to ...
1
vote
0
answers
105
views
iOS 26 MAUI Entry shows small numpad first, then switches to full keyboard
I'm using .NET MAUI and targeting iOS 26. I have an Entry like this:
<Entry Text="{Binding ItemQuantityInput, Mode=TwoWay}"
Placeholder="Enter Quantity"
FontSize=...
0
votes
0
answers
51
views
Incorrect show custom icons. Golden tests flutter
Loading icons in .ttf format using the "fluttericon" service.
As a result, I expect to see a widget with a camera icon, but I get an image without the icon.
The .ttf file is located at:
../...
0
votes
0
answers
74
views
Expo SDK 54: AudioRecorder.stop throws IllegalStateException on Android
Here's my Environment
Expo SDK: ^54.0.7 (upgraded from 53)
React: 19.1.0
Platform: Android (emulator + physical device)
Package: expo-audio
Development client: custom dev client
When calling ...
0
votes
1
answer
114
views
Installing Flutter extension on VS Code isn't working
I'm trying to install the Flutter extension on vs code but I always get this:
"Error while installing 'Flutter' extension. Please check the log for more details."
I tried renaming the ....
0
votes
0
answers
83
views
react-native-tab-view makes my react native expo project exit the expo go app
I'm clueless as to what's happening. I'm using TabView from the react-native-tab-view library in a screen, and whenever I access that screen via the Expo Go app, it closes the Expo Go preview of my ...
1
vote
0
answers
143
views
Margin for div item not working on mobile view, but working on desktop
I'm working on updating a (pretty old) website to display a slideshow in place of an image. It is working and displaying correctly on desktop, but I've just realized that the same page on mobile is ...
0
votes
0
answers
73
views
FlashList React Native rendering mismatch
Im using flashlist from shopify to contain simple card components with a vertical scroll, the cards have an image and a title shown inmediately. I am having an issue where when I get to around 10 ...
1
vote
0
answers
128
views
Can a transformed widget in Flutter size itself dynamically based on its child's post-transform size?
I'm trying to apply a 3D transformation (specifically a perspective + Y-axis rotation) to a widget in Flutter using Transform. The visual result is close to what I want, but I noticed the parent ...
0
votes
0
answers
55
views
Could not build Objective-C module 'TensorFlowLiteSelectTfOps'
I'm working on an iOS project where I need to use both TensorFlowLiteSwift and TensorFlowLiteSelectTfOps. I installed them via CocoaPods by including the following in my Podfile:
pod '...
0
votes
0
answers
51
views
Initialize React Native AgendaList/SectionList at current date without scrollToLocation - Calendar agenda use case
I'm using react-native-calendars AgendaList component and need it to initialize at today's date without the scroll animation that happens after mount.
// Agenda.tsx
const Tasklist = ({ sections, ...
-1
votes
1
answer
135
views
React Native Maps shows blank white screen on iOS after Firebase integration
After integrating Firebase for push notifications into my React Native app, react-native-maps displays a blank white screen on iOS only. The same code works perfectly on Android, and iOS was working ...
0
votes
1
answer
93
views
How do I get the Ad Unit Id from the Google Ad Manager to use in the Application code?
I want the Ad Unit ID of an Ad unit from the GAM that I can use in my code to request ads when I believe that I have set up everything correctly from the GAM side.
When I am trying to request for an ...
0
votes
0
answers
87
views
Flickering line when opening drawer on Android using expo-router/drawer
Getting a gray line while opening or closing the drawer when using expo-router/drawer.
Packages
"expo": "53.0.11"
"expo-router": "~5.0.7"
"@react-...
0
votes
1
answer
173
views
Zeego's DropDownMenu not opens in correct direction (Android)
The direction is incorrect as it to the right side, which extends outside of the screen. I need it to open to the left side since the trigger is located on the right edge of the header (Refer to the ...
0
votes
0
answers
35
views
Icon inside React Native text input doesn't function at all
I have a custom InputField component which uses the React Native Text Input. For some fields, the input will require an X button when the field is focused so user can clear the field. This button is ...
1
vote
0
answers
88
views
Unable to deploy mobile application in RAD Studio probably due to bad SDK installation
Hello for all kind people!
I just starting into mobile development in Delphi. Early I used to use VS. I encountered a problem with mobile deployment to my device. When I open SDK manager I see next ...
0
votes
0
answers
90
views
Firebase App Distribution with Expo for iOS and Android, reliability, and potential issues
I’m building a mobile app using Expo (managed workflow) targeting both iOS and Android. I want to use Firebase App Distribution to share test builds with my testers easily.
However, I’m uncertain ...
2
votes
2
answers
26
views
How can I regularly refresh the banners with the Appylar iOS sdk?
While showing a banner, I want the content to be regularly refreshed with new content so that it isn't always the same image shown.
Here is my code for showing and hiding banners:
if bannerView....
1
vote
1
answer
126
views
PlatformException when trying to use image_picker and file_picker package in Flutter
I'm trying to add the ability for a user to select either photos from their gallery or audio files from their files app in IOS but I'm receiving the following error:
Uncaught error: PlatformException(...
0
votes
0
answers
55
views
MapBox with Expo: Cannot get styles
I am trying to build a map feature on my expo app. I am using the maps package. It requires Expo. It requires native code so I setup Expo that way. However, when I build the ios app I get an error:
...
2
votes
5
answers
465
views
How do I navigate to a new screen and return data back in Flutter?
I'm trying to navigate from one screen to another in my Flutter app and return some data when the second screen pops. I want to do this in a clean, idiomatic way using Flutter's navigation system.
...
1
vote
0
answers
156
views
How to change system status bar color in android 15 using flutter
this is my code to change system status bar color
void systemUiConfig({
Color statusBarColor = Colors.white,
Color navigationColor = Colors.white,
Brightness statusBarIcon = Brightness.dark,
...
0
votes
0
answers
177
views
Flutter emulator device offline – adb fails with device offline error while native apps install fine
I'm facing a persistent issue with the Android Emulator while working on Flutter projects on my office laptop. The emulator boots and works perfectly when I install native apps (Kotlin/Java), but ...
0
votes
2
answers
90
views
how to get sticky bottom navigation bar in android?
I have my basic application, it's just XML for now, and I want my bottom navigation bar to be sticky on the bottom and present all the time, not just when I scroll to the bottom of my application. It ...
0
votes
0
answers
82
views
Tailwind CSS classes being overridden by inline styles in Expo web (React Native Web)
I'm developing an Expo application that was initially built for Android, but now I'm trying to make it work well on the web too. I've discovered that when my app runs in mobile browsers (both iOS and ...
1
vote
0
answers
39
views
Need to get Calllog in flutter
in flutter I used calllog plugin to show my calllog ,but I made conditions to checks new call added are or not with timer, is there any way to show calllog when new call added at the sec it need to ...
2
votes
2
answers
46
views
How can I sync missed websocket data from mobile app inactivity
I have a mobile app in Flutter. I have a web_socket connection to my backend server. This works perfectly with updating data in real-time. Though when the app goes in the background, the websocket is ...
0
votes
0
answers
58
views
.NET MAUI Android: Push notifications are not appearing in the notification tray when sent through Dynamics 365 and CRM
I am currently integrating push notifications in the Maui app. Instead of using Azure Notification Hub, there is a business requirement to use Dynamics 365 Customer Insights. To handle push ...
1
vote
1
answer
111
views
backgound_fetch not working in flutter when i run call log app
I'm trying to build a Call Log app in Flutter that runs in the background and sends call log data to an API. I'm using background_fetch. Here's my setup:
Future<void> _syncCallLogs() async {
...
0
votes
0
answers
63
views
how to parse .excel data from api in react-native without using third party packages?
In react-native I want to parse data from the api but this api provides as Excel file.
Those extensions are .xlsx (for standard workbooks), .xlsm (for macro-enabled workbooks), and .xls (for older, ...
0
votes
1
answer
70
views
Bug on Flutter's camera package when changing the phone's orientation
I integrated camera package from pub.dev to use it in a Container widget on home screen on my app. The app is designed for portrait up btw.
The problem is that when rotating the phone to the ...
0
votes
0
answers
129
views
RNEncryptedStorage is undefined in react-native-encrypted-storage
Explain the Problem Clearly
I am working on a React Native project and trying to use react-native-encrypted-storage to save data securely. However, when I try to use it, I get the following error:
...
0
votes
0
answers
19
views
Can't Access Drawable Resources from Dynamic Feature Module After Installing via Play Core
I'm developing an Android app where I’ve moved only image resources (no code) into a dynamic feature module named themes. These are various background images for themes (e.g. mid_obsidian, ...
0
votes
1
answer
78
views
Running react native 0.76.7 without making MainApplication extend ReactApplication
In our app the main application is responsible for other features too, not just ReactActivity specific things. Because of the above reason I don't want to make my MainApplication extend ...
0
votes
1
answer
70
views
How to create this search bar in flutter?
How is the search bar, shown in the two attached screenshots, implemented? There is a map on the page, but when I click on the search bar, it displays the search field along with the search results, ...
1
vote
0
answers
867
views
React Native iOS Build Fails: "Cannot find native module 'ExpoSecureStore'" (Hermes, M1 Mac)
I'm working on a React Native project, and my iOS build keeps failing with the error:
Error: Cannot find native module 'ExpoSecureStore'
Error: Cannot find native module 'ExpoSecureStore'
This ...
1
vote
0
answers
56
views
FlatList RTL support
I'm trying to build a horizontal Flatlist that supports RTL. Still, for some reason, the flatlist horizontal expansion direction is opposite to the data render direction (if my words make any sense). ...
0
votes
0
answers
78
views
Flutter Background Push Notification: Not Receiving Notification or Logging in AppDelegate.swift
I'm trying to implement background push notifications in my Flutter app. The goal is to trigger a process in the background when a push notification arrives, and as a proof of concept, I just want to ...
0
votes
2
answers
113
views
How to drag item in LazyColumn when drag
Making draggable items in LazyColumn. I have implemented the functionalities when drag after long press the IconButton. But what I want is drag immediately after start dragging. But simply changing ...
0
votes
1
answer
71
views
What to run some functions in the background in React Native (To Avoid blocking the main thread)
In my react-native app, I need to process 12sets of data 20 times every second. It has resulted the application to work slow on older mobile phones. I can't understand how to run this function ...
0
votes
0
answers
48
views
Can I create a android app to mimic the lock screen functionality of the power button without activating it as a admin app?
I am currently creating an app to mimic the lock screen functionality of the power button. I have used DevicePolicyManager.lockNow() method for this. This prompts me to activate my app as an admin app ...
0
votes
0
answers
169
views
(NOBRIDGE) ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'HealthConnect' could not be found
I'm working on a React Native Expo app and encountering the following error:
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'HealthConnect' could not be found. Verify that a module by ...
0
votes
1
answer
140
views
MAUI Java class resolution fails even with dependencie added
I want to launch from dotnet maui an Android activity implemented in Kotlin, that uses Jetpack Compose elements.
For that, I have my Kotlin class
open class ExampleActivity : ComponentActivity() {
...
0
votes
1
answer
128
views
How to Perform Async DNS Resolution in Android with WorkManager?
I’m working on an Android project where I need to perform asynchronous DNS resolution. I came across DnsResolver.query(), which provides async DNS lookups, but it requires an Executor object as input.
...
-1
votes
1
answer
105
views
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':mergeDebugResources'
I could really not understand this error if what specific resources are in duplicate.
It is pointing to the resource file but im not sure what to edit. The error is so broad.. Please help me ...
0
votes
1
answer
233
views
Getting an error when I try to set up my Advanced AppClip experience
I am new to app clip development on iOS and I am trying to set up the app clip experience of my iOS app built with React Native Expo.
I clicked on the Edit Advanced Experiences button on the ...
1
vote
0
answers
129
views
expo-av [prepare encountered an error: Error Domain=NSOSStatus error-Domain Code=561017449"Session Activation Failed"]
I am using 'expo-av' in a bare react-native project to record audio. It is working fine on Android and 50% of the time on IOS.
The other 50% of the time it give the error.
prepare encountered an error:...