Skip to content
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

fixed rigid bodies rotation issue. #20

Merged
merged 1 commit into from
Nov 22, 2020
Merged

Conversation

joshua-hew
Copy link

I think the root of the issue was due to compatibility issues between the latest version of React Native and other dependencies.

To fix, I installed specific versions of packages like react-reanimated and I used that libraries's Animated.View instead of React Native's standard View element.

Additionally, Changed to class components to functional components.

… of react natives standard View element. Changed to functional components.
@bberak bberak merged commit e862b39 into bberak:master Nov 22, 2020
@bberak
Copy link
Owner

bberak commented Nov 22, 2020

Thanks for the fix @CSugarPrince

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants