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

Utilities for using THREE.js on Expo

Results 119 expo-three issues
Sort by recently updated
recently updated
newest added

How can I load a gltf model since react native doesnt support readasarraybuffer which is called in the loader?

running npx create-react-native-app -t with-three creates the project however the npm install does not finish with success unless using --legacy-peer-deps or bumping three version to ^0.127.0" After successful npm install...

I don't know why and there is no error shown in debugger-ui. I only see white screen in my iphone with no errors. I also add a console.log inside onContextCreate...

Hi, i'm using expo three in my react-native project. I can not load texture from URI using expo three TextureLoader and apply it onto my object. This method only work...

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...

Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...

dependencies

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.0.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.0.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

Hi I’m realizing a project where I have to realize a 3D earth with Expo-THREE but i would like to give a texture to my sphere . However, I only...