Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
49 views

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 ...
Kuba-Sikora's user avatar
0 votes
0 answers
40 views

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 ...
Nappy's user avatar
  • 81
Advice
1 vote
1 replies
40 views

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 ...
OscarG.'s user avatar
1 vote
0 answers
105 views

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=...
Deon's user avatar
  • 11
0 votes
0 answers
51 views

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: ../...
atomnato's user avatar
0 votes
0 answers
74 views

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 ...
Ali Awwad's user avatar
0 votes
1 answer
114 views

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

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 ...
julcodecode's user avatar
1 vote
0 answers
143 views

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 ...
winter's user avatar
  • 67
0 votes
0 answers
73 views

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 ...
Jose Izarra's user avatar
1 vote
0 answers
128 views

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 ...
Indrajeet Singh's user avatar
0 votes
0 answers
55 views

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 '...
Jabed Dhali's user avatar
0 votes
0 answers
51 views

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, ...
Abdullah Jaspal's user avatar
-1 votes
1 answer
135 views

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 ...
Abdullah Jaspal's user avatar
0 votes
1 answer
93 views

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 ...
Doraswamy Vamsi's user avatar
0 votes
0 answers
87 views

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-...
Sumit Paul's user avatar
0 votes
1 answer
173 views

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 ...
Sumit Paul's user avatar
0 votes
0 answers
35 views

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 ...
Adrian Samtani's user avatar
1 vote
0 answers
88 views

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 ...
t232006's user avatar
  • 21
0 votes
0 answers
90 views

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 ...
Ronan power's user avatar
2 votes
2 answers
26 views

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....
app_dev236's user avatar
1 vote
1 answer
126 views

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(...
Murray OB's user avatar
0 votes
0 answers
55 views

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: ...
Ethan's user avatar
  • 1,868
2 votes
5 answers
465 views

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. ...
Navneet Panchayan's user avatar
1 vote
0 answers
156 views

this is my code to change system status bar color void systemUiConfig({ Color statusBarColor = Colors.white, Color navigationColor = Colors.white, Brightness statusBarIcon = Brightness.dark, ...
Pratik Amonkar's user avatar
0 votes
0 answers
177 views

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 ...
Vishnu Kumar's user avatar
0 votes
2 answers
90 views

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 ...
Hodzic Dzezair's user avatar
0 votes
0 answers
82 views

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 ...
Harjeevan Singh's user avatar
1 vote
0 answers
39 views

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 ...
Karthick Raja's user avatar
2 votes
2 answers
46 views

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 ...
NickNterm's user avatar
  • 114
0 votes
0 answers
58 views

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 ...
Harsh's user avatar
  • 124
1 vote
1 answer
111 views

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 { ...
Karthick Raja's user avatar
0 votes
0 answers
63 views

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, ...
WeCan's user avatar
  • 597
0 votes
1 answer
70 views

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

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: ...
Madhav Gediya's user avatar
0 votes
0 answers
19 views

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, ...
kgrahic's user avatar
  • 39
0 votes
1 answer
78 views

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 ...
terra.byte's user avatar
0 votes
1 answer
70 views

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, ...
RitchyCZE's user avatar
  • 200
1 vote
0 answers
867 views

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 ...
Elaine Kong's user avatar
1 vote
0 answers
56 views

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). ...
Hisham Sayed's user avatar
0 votes
0 answers
78 views

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 ...
Abdelhamied Raslan's user avatar
0 votes
2 answers
113 views

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 ...
Surendra's user avatar
0 votes
1 answer
71 views

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 ...
nawzneen's user avatar
  • 161
0 votes
0 answers
48 views

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 ...
Lasen Punyawardana's user avatar
0 votes
0 answers
169 views

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 ...
Laxman Nemane's user avatar
0 votes
1 answer
140 views

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() { ...
Foxan's user avatar
  • 21
0 votes
1 answer
128 views

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. ...
Harshal Goyal's user avatar
-1 votes
1 answer
105 views

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 ...
mboy's user avatar
  • 773
0 votes
1 answer
233 views

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 ...
Siyabonga Thandiwe's user avatar
1 vote
0 answers
129 views

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:...
Harjinder Singh's user avatar

1
2 3 4 5
22