Jonathan Dahan

Results 201 comments of Jonathan Dahan

that would be great as well

* Using ipfs-cluster to share photos between friends (configuration, what works well, what doesn't) * Other high-level overviews of use cases?

I have docbook-xsl packaged if thats at all helpful https://github.com/jedahan/kiss-repo/tree/main/docbook-xsl . I think it was a prerequisite for docbook-xml, which i am having trouble finding. must be in a repo...

May I suggest we re-open this issue to track when SDK44 is supported?

Same error with `[email protected]` and `[email protected]` ```json { "dependencies": { "expo": "^44.0.0", "expo-gl": "~11.1.1", "expo-three": "^6.0.1", "react": "17.0.1", "react-dom": "17.0.1", "react-native": "0.64.3", "react-native-web": "0.17.1", "three": "^0.136.0" }, "devDependencies": { "@babel/core":...

https://github.com/expo/expo-three/blob/master/src/loadAsync.ts#L55-L86 Do you know where I could find out how asset uris get built, and the differences in a prod build and expo go bundle? Ran into this issue with...

And the error you will get if you use `loadAsync`: ``` ReactNativeJS: { [Error: ExpoTHREE.loaderClassForExtension(): Unrecognized file type assets_textures_globelightlandmassinvert] line: 2969, column: 541, sourceURL: 'index.android.bundle' } ```

Thank you for the comment and suggestion, I will try changing my app today to see if the fixes work.

Tentatively, it works! I am going to do more testing, but if it does, thank you so much @kyaroru ! This is roughly what we had to do: ```js //...

Maybe `loadAsync` should be deprecated, or replaced with this hack...