Evan Bacon
Evan Bacon
For anyone else looking, I was able to hack together separators/dividers in "select" type lists for expo-cli [like this](https://github.com/expo/expo-cli/pull/2905/files#diff-9148d40b8a190f1b678c946aa31541a264f5e5235447a125513bc8bb9c3c0130R89-R133).
Counting this as an approval
1. We use `resolveRequest` for [web support here](https://github.com/expo/expo/blob/46dfeb9dfbeb8bb5de72733baf4268605935b03c/packages/%40expo/cli/src/start/server/metro/withMetroMultiPlatform.ts#L102). 2. The `resolveRequest` interface is different (no fourth property) in later versions of Metro (possibly the version we're currently on). https://facebook.github.io/metro/docs/configuration/#resolverequest 3....
Issue probably needs to be addressed upstream in react-native-web https://github.com/necolas/react-native-web/blob/3fc40bdf810901146b8a240a2d0399dee708cfff/packages/react-native-web/src/exports/render/index.js#L10
This proposal is really great and I think it'll make React Native feel a lot more fluid. I am concerned that the styling changes will really struggle to be developed...
Related: https://github.com/expo/expo-asset-utils/issues/5
To get the asset loading in three.js you need a `localUri`. You can get this with `Expo.Asset.fromModule().localUri`. I'm not 100% sure how assets work with bundling in stand alone. I...
@bberak great find! > Works! @EvanBacon Would you accept a documentation update PR? @evanmrose sure.
Are you remembering to call gl.endFrameEXP(). I believe graphics view does this automatically which causes the update. It's worth noting that the ARCamera saves reference to the texture and you...
@AndresCuervo @devdivr This would require a new native object that is pretty similar to the AR Background texture.