Use GLView outside "Expo" context

I need to work with 3D with this component. On a project that is already on the road.
Instead of migrating everything to EXPO can I just install this component on my project?
If yes can you point me how to install just this one component?

Thanks in advance.

https://github.com/gre/gl-react uses Expo’s GLView outside Expo, you could base it on that.