1,064 questions
Score of 0
1 answer
83 views
Build cancelled on xcode exited with status code 127
I'm trying to publish my flutter app on appstore but unfortunately i'm getting build cancelled on xcode with an error exited with status code 127 from flutter project anytime i run build or archive ...
Advice
0
votes
3
replies
91
views
Dynamic UIColor from asset catalog doesn't update CALayer.borderColor when switching between light and dark mode — modern workaround?
I'm implementing dark mode in a UIKit app and ran into the well-known issue that CALayer.borderColor (and shadowColor, CAShapeLayer.strokeColor, etc.) doesn't update automatically when the user ...
Advice
1
vote
1
replies
157
views
How do we enable kiosk mode (Lock Task Mode) in React Native CLI application?
I want to enable kiosk mode (Lock Task Mode) in a React Native CLI application. Most of the articles I’ve found are around 6 years old, so I was wondering if there’s a more recent or recommended ...
Best practices
1
vote
1
replies
56
views
How to persist credit balance in a credit-based AI app when using anonymous sign-in?
I’m building an AI image generation app with a credit-based billing system.
Users purchase credits via Google Play / Apple billing (handled through RevenueCat). Each image generation consumes credits ...
Score of 0
0 answers
62 views
expo-calendar property error in React Native application
I am trying to implement expo-calendar in my react-native application, but I get a weird error...
I want to use the Calendar.createEventInCalendarAsync but it gives me the error:
'Property '...
Score of 0
1 answer
127 views
Video stops looping after hours [closed]
I am running into an issue where my app (which runs 24/7) has a login screen that is being displayed, after 5-8h the video just disappears, before i had a simple isLooping on my Video component. Found ...
Score of 0
3 answers
139 views
Flutter ImageFilter.blur is gone when scrolling to beginning or end of list
I have a card carousell using PageView.builder on my flutter app, for the 'add card' card container, I want it to have the glass effect. It works well with ImageFilter.blur, but when I scroll ...
Score of 0
0 answers
79 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
51
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 ...
Score of 6
1 answer
1191 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=...
Score of 0
0 answers
98 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 ...
Score of 0
1 answer
171 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 ....
Score of 0
0 answers
100 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 ...
Score of 1
0 answers
170 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 ...
Score of 0
0 answers
107 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 ...