rnheroes / react-native-toastable

🍞 Blazingly fast and fully customizable Toaster component for React Native
https://www.npmjs.com/package/react-native-toastable
MIT License
96 stars 4 forks source link

Toastable doesn't show up in release builds [Expo SDK 49] [Android] #4

Closed CostasCF closed 1 year ago

CostasCF commented 1 year ago

After upgrading from Expo SDK 48 to Expo SDK 49, toastable messages don't show up in release builds on android. When debugging everything seems to work fine. Any idea why is this happening?

"@types/react": "^18.2.15" "react": "18.2.0" "react-native": "0.72.3" "react-native-reanimated": "~3.3.0"

CostasCF commented 1 year ago

Can't reproduce it in a sample app, so I guess the problem is somewhere in the legacy android folder code. Closing the issue for now.