I’ve published an app on both Google Play and the App Store for testing. While it works perfectly on iOS, the Android version is extremely slow during navigation and crashes whenever a button is tapped that opens a form containing a date input. Are there any known solutions for this?
Hi @amrj6823,
Welcome to the community! ![]()
Is the new react native version toggle turned ON or OFF for the app? : IMPORTANT: Republish your Android apps by November 1, 2025 Is this a legacy app or a responsive app?
Thank you and have a great day!
Hi @Dilon ,
The New React Native toggle was already ON when the Android build was generated and released.
The app still crashes only on Android when navigating to these screens (both contain forms with date input). iOS works fine. When i removed the Date input from the form, the app stopped crashing, when i add it back, it crashed again. I am using the native form component so cant really much adjust the Date input or play around with it.
Thanks
Hi there,
Just my 2 cents - I feel this might be related to phone locale/language. I remember long time ago I had some issues with datepicker in Arabic.
Best,
Victor.
I 100% agree with you Victor, few months back a maker reported to me where the app crash out when going to a screen which contains 2 date pickers and I was surprised until I saw this post of yours which was the exact issue. : Invalid date // date picker regular and in forms - #4 by Victor (luckily we experienced this only for the iOS version
) This will get fixed once system starts supporting other languages (feature request : Support for Multiple Languages | Voters | Adalo) as currently the only supported language is English.
@amrj6823, would you be able to submit a support ticket if you haven’t? : New Bug Form Additionally, if you can share the crash log from Google Play Console in a DM, that might help to find a clue.
Thank you and have a great day!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.