expo-three icon indicating copy to clipboard operation
expo-three copied to clipboard

Cannot use TextureLoader Expo SDK 45.

Open TeamBaconn opened this issue 2 years ago • 1 comments

Its show Value is undefined, expected an Object no stack when ever i use new TextureLoader().load(url). I'm using SDK 45 "expo": "~45.0.0", "expo-three": "^5.7.0", "expo-gl": "~11.3.0", Can someone help me with this error? I tried everything i got

TeamBaconn avatar Jun 11 '22 16:06 TeamBaconn

I believe this might be the result of some version skew among the Expo and Three packages. Below are the list of known-good packages I am using:

  "dependencies": {
    "expo": "^45.0.0",
    "expo-gl": "~11.3.0",
    "expo-gl-cpp": "~11.3.0",
    "expo-three": "~6.0.1",
    "three": "^0.135.0",
   },
  "resolutions": {
    "**/@expo/browser-polyfill": "^1.0.0",
   }

danmaas avatar Jun 19 '22 03:06 danmaas