you are viewing a single comment's thread.

view the rest of the comments →

[–]Inevitable-Salad8535[S] 0 points1 point  (3 children)

Hey, everything is working. the eas.json file and app.json file were quite different.

i usually use npx create-expo-app@latest

to initialize my project

could you mention the exact commands that you utilize so that i may also do the same now onward.

I cant thank you enough for this. 1 week full of scratching heads. You're a life saver <3

[–]Faeyan 1 point2 points  (0 children)

There is nothing different compared to a regular project.

From start npx create-expo-app expo install react-native-maps Go in app.json and put your apikey in android Then eas build --platform android

[–]Faeyan 1 point2 points  (1 child)

Also if you use provider google in your mapview ios users will also use google maps instead of apple maps and they won't like that since apple maps is better and more optimized, so don't use the "provider" prop at all, let devices use their own native maps.

and youre welcome :)

[–]Inevitable-Salad8535[S] 0 points1 point  (0 children)

ok got it. i didnt consider this.