Integrate Unity project in Expo project

I was wondering how I can integrate Unity project as part of my Expo project.

There is an awesome library to achieve this in React app but apparently it is only for browser environment. (discussed here)
library: react-unity-webgl

In Expo doc, we can integrate WebGL using GLView if I understand correctly, but I am not sure how I can put Unity project using GLView.

Could you help me with that please?