react-native-geolocation-service

My app is being built in react native Expo with Windows 10. The very first set up step to add geolocation seems to involve inking a library. It appears as though these need to be done in the native code for ios and android, which I can’t access in Expo.

Is there a way to complete these steps without ejecting the project in Expo, which is not sustainable for me?
I am trying to use react-native-geolocation-service located here: GitHub - Agontuk/react-native-geolocation-service: React native geolocation service for iOS and android

If not, is there another geolocation option for react native that can work within expo? It seems that every option I follow, including react native community geolocation and autolinking requires ejecting the project. Thank you!

have you looked at the Location API here?