Hardware Accelerated Processing in React Native

Looks like expo-gl is a way to run hardware accelerated processing in React Native.

After installing it I see in the documentation that one could run a high-level graphics API using GLView. However, I’m new to this type of setup and not seeing further instructions.

Has anyone setup such an environment with React Native that could point me in the right direction?

Thanks!

Jon