-
Notifications
You must be signed in to change notification settings - Fork 37
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
"shadowOffset" is not supported by native animated module #64
Comments
Im using FAB component in my ios app ..
i got error like Error: Style property 'shadowOffset' is not supported by native animated module |
I am getting the same error although this was working fine in another project.. |
same error using Button :/ @yamankatby any news on fix ? I found this, callstack/react-native-paper#4224 same problem other library |
Hello everyone! It seems we're encountering a trending issue following a recent React Native update. Unfortunately, I'm currently pressed for time and unable to address and test a fix immediately. I'll make an effort to allocate some time for this issue soon, although I cannot make any promises. Interestingly, a similar problem was identified and resolved in the React Native Paper library. If anyone is willing to review the solution implemented there callstack/react-native-paper#4246 and submit a pull request for our project, I would greatly appreciate it. I'm eager to review any contributions and will ensure they are merged promptly. Thank you for your understanding and cooperation! |
IS there a fix for this or possible work around. Seems to be introduced when upgrading react-native. Possibly introduced in 0.73. What about the PR from @federicoparroni |
Any update on this? I am getting the same issue with |
i am also getting error from this same library can anyone tell about how to fix this issue ..issue comes from after upgrading expo 49 to 51 |
facing the same issue. Is there any update on this? |
Error occurred after Expo SDK 51 update: There are no direct explanations on how to diagnose this issue as callstack/react-native-paper#4224 does not seem applicable. However, I assume that this issue is caused by the react-native-paper dependency not being supported by another dependency(in my case Hermes), which causes the issue of the onclick of the button due to React/expo updates. Only way as of yet for me to solve this issue is to remove the "mode" parameter in Button components that include 'elevated' as a value. I assume this is because 'elevated' makes a specific shadow effect from react-native-paper that isn't supported by another module. As shown:
If anyone finds a more permanent solution, that would be great. |
Did you fix it? |
When using Button I get an error on iOs: Style property "shadowOffset" is not supported by native animated module
The text was updated successfully, but these errors were encountered: