How to build native sdk package which supports expo go.
Hi,
I have build an npm package for react-native, it has native code inside it and using react native bridge.
Is there a way to also support Expo Go so users of my package will not have to work hard when using Expo Go?
Thanks!