-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
truncated toast on react native 76.1 with position bottom #558
Comments
same here downgrading to looking at the changelog between |
are you sure Reanimated is imported by react 76,1 ? |
My bad I meant Furthermore, I personally have had trouble using this library on Android. Especially with LayoutAnimation(s). Setting the experimental flag and stuff did not help and I never got to make it work whatsoever lol |
hello i dont think we have |
Facing the same issue |
+1 |
Same issue. The current reaction react-native-toast-message does not work properly in the react-native 0.76 version. In the 0.74, there was no issue. |
+1 |
useSlideAnimation.js in node module.. const useNativeDriver = Platform.select({
working for me in android |
Hello, I applied the workaround by modifying useSlideAnimation.js to set android: true for useNativeDriver, and it resolved the issue temporarily. However, it would be great to have an official fix for this problem in a future release. Thank you in advance for your efforts! |
Describe the bug
i use react-native-toast-message since 2 years, it's work good thanks for this amazing package.
we upgraded to RN v0.76.1 and since we get truncated toast display on android only
Code sample
Screenshots
with position top it work as usullay
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: