ToastAndroid not working when published.

Please provide the following:

  1. SDK Version: 35.0.0
  2. Platforms(Android/iOS/web/all): Android

I am using the following code snippet:

ToastAndroid.showWithGravityAndOffset('Task updated!', ToastAndroid.SHORT, ToastAndroid.BOTTOM, 0, 20)

This works fine when I test locally and on my device through LAN. But when I publish it on expo servers, it doesn’t work when I use it from there.

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