expo-three
expo-three copied to clipboard
How to upgrade expo-three to use the latest version of three.js
Is it possible to upgrade this module to use the latest version of three.js?
@Josema I'm working on this! Check out my branch here and let me know if it works for you! You can try it in your project by making the package.json entry: "expo-three": "markrickert/expo-three#dev"
@markrickert I am getting an import error:
Unable to resolve "expo-three" from "App.js"
I am getting the same error than @Sai-Smaran. Can you help here @markrickert ?
Unable to resolve "expo-three" from "src/components/App.js"
"dependencies": {
"expo-three": "github:markrickert/expo-three.git#dev",
"three": "0.166.0"
}
Version 8.0.0 has landed with 0.166.0
support!