App is crashing because of date picker on a form

Hi,

The issue only occurs on android, not iOS. After update my application to support 16 KB memory page sizes for the google play store, my app now crashes every time a user opens a form that has a date picker on it.

This wasn’t an issue until I made that update. This has nothing to do with locale/language as my my phone and app is in English.(i read about it here The app crashes on Android when a button is tapped to navigate to a form containing a date input - #2 by Dilon) Again, its all users on android.

I deleted the form and rebuilt it from scratch and am still having that issue.

Here is the crash log:
Exception com.facebook.react.common.JavascriptException:
at com.facebook.react.modules.core.ExceptionsManagerModule.reportException (ExceptionsManagerModule.kt:52)
at com.facebook.jni.NativeRunnable.run
at android.os.Handler.handleCallback (Handler.java:958)
at android.os.Handler.dispatchMessage (Handler.java:99)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage (MessageQueueThreadHandler.java:27)
at android.os.Looper.loopOnce (Looper.java:257)
at android.os.Looper.loop (Looper.java:368)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl.lambda$startNewBackgroundThread$2 (MessageQueueThreadImpl.java:217)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$$ExternalSyntheticLambda1.run (D8$$SyntheticClass)
at java.lang.Thread.run (Thread.java:1563)

1 Like

Hi @bhccnynj,

Welcome to the community! :tada:

Could you DM me your app URL from the builder?

Thank you and have a great day!

@Dilon Thanks for your help resolving the issue!

1 Like

You’re very welcome, Adam!

FYI, Adam was using a Airtable connection and I first checked his Android build which is crashing. Experienced the crashing which then I checked the same setup on my test app and no crashing on there. Then I thought this might be a temporary issue so deleted his current modal screen > refreshed the browser tab > added a new modal screen > added the form and upon testing a new Android build, everything was working nicely on Adam’s app without crashing.

Thank you and have a great day!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.