expo / expo-three

Utilities for using THREE.js on Expo
MIT License
738 stars 89 forks source link

Update @expo/browser-polyfill for expo@44, bump to version 6.1.0 #240

Closed NikitaDudin closed 1 year ago

NikitaDudin commented 2 years ago

Update for expo@44.

Linked issue

238

Dean177 commented 2 years ago

How did you figure out a dependency bump was all that's needed?

NikitaDudin commented 2 years ago

How did you figure out a dependency bump was all that's needed?

I have read expo-three source code, it looks good. After that I cloned the repository, examined the dependency versions and just tried to update @expo/browser-polyfill. Perhaps this is not the right solution.