Anthony Wentzel

Results 27 comments of Anthony Wentzel

I'm wondering if we can test the embedded texture glb files by patch-package react-native's FileReader... ``` readAsArrayBuffer(blob: ?Blob) { this._aborted = false; if (blob == null) { throw new TypeError(...

@CodyJasonBennett Here's our glb sample: https://resources.vatom.com/5wR6qef7QW/ce1788f0-a39b-11ec-b402-49d5a950bd2b.glb?1647264923146

@johnf Mind posting your patch/** files from patch-package? We are running into the same issue. Error looks like this at the top: ``` Failed to compile. /home/circleci/repo/node_modules/react-native/Libraries/Pressability/Pressability.js Cannot find module:...

Does anyone have a workaround for RN 0.68 with BabylonJs for iOS? ``` 2022-08-02 11:55:30.626774-0400 Wallet[68917:2936056] [javascript] Possible Unhandled Promise Rejection (id: 0): TypeError: Cannot read property 'initialize' of null...

@kerryaustin Anything I'm doing wrong? ``` export default function Face(props: FaceProps) { const engine = useEngine() const [camera, setCamera] = useState() const [xrSession, setXrSession] = useState(undefined) const [trackingState, setTrackingState] =...

> @theonetheycallneo I am using 0.68.x and I have no issue on iOS, on Android (even with 1.3.0-preview) it crashes as soon as a call to `useEngine` is made >...

Right, it's odd that the NativeModule is just undefined.

Yes, being able to access or even customize the accessibilityLabels would be ideal for the AwesomeMenuItems +1

Would also be nice to port the app.js express into a nestjs boilerplate

@vantuan88291 @hiagopsilva Try installing the *.dmg from beta or stable release. Those worked for me on m1 chip. But the *mac.zip builds did not.