Drawback Overview
I am been growing an app in Expo for the previous couple months with no downside while utilizing Expo Go as my technique of visualising the app in a UI.
I’ve since attain some extent during which I have to deviate from this growth strategy as I require to utilize the next modules (as they don’t seem to be appropriate with Expo Go):
react-native-google-mobile-ads
(For displaying Admob Adverts)@react-native-google-signin/google-signin
(For permitting customers to signal into Google in Splash web page)
What I’ve discovered
I am evaluating my choices however am discovering it troublesome to find out an acceptable resolution. A number of the choices I’ve discovered thus far are:
expo eject
– I do not wish to should handle and develop every Platform independently.eas construct
– Utilizing the EAS system can take 2+ hours to run this command or it’s totally expense to make use of the premium service.eas construct --local
– Operating on Home windows It is not appropriate with this OS (solely macos and linux)
Query
Apologies I’m new to app growth however have I missed one thing or is there a extra viable resolution to this that I’ve missed?