@greweb
                                            @greweb
                                        
                                    @niso it happens as soon as you import these stellar accounts? Does the issue also occur when you haven't imported these stellar accounts in Ledger Live? If yes, I tend...
2.29.0 fixes it. It's a pre-release right now and is planned soon.
I guess we will have to switch to use React context, it's a bit a shame because the legacy API was quite convenient but here it will require gl-react to...
I'm afraid migrating to latest context API is really not an easy task for gl-react. I hope it's not planned to be dropped yet.. nesting `` & `` to inject...
Are you sure it's not due to the fact the phone have a pixel ratio that multiplies the surface's point dimension 🤔
actually, might instead have an escape hatch at the **Surface** level for now. I imagine there could be a mix with some `` e.g. if you want to compute something...
for gl-react-native, needs to create a polyfill `Image` class and expose it, an instance of this would be accepted as pixels data.
maybe gl-react-native should simply expose the lower level GLView. Surface is already in gl-react Surface/Node paradigm. maybe eventually we can think of Surface/Node escape hatch.
status update: gl-react-native now expose the EXGLView directly, but there is still a usecase to have such an escape hatch that you want to render something with a lib into...
@nikki93 @brentvatne @sjchmiela Is there a way to connect a `expo-av` Video in an `expo-gl` GLView? maybe the same way it was done for `expo-camera`, except i don't find an...