Title: React Native Maps - iOS And Android Setup
Code Big Links
----------------------------------------------------------------------------------------
Tutorials - https://teamcodebig.com/tutorials
Email us at - [email protected]
Useful Links
---------------------------------------------------------------------------------------
1. https://github.com/manu293/RnMaps
2. https://github.com/react-native-maps/...
3. https://developer.apple.com/documenta...
Code
----------------------------------------------------------------------------------------
1. AppDelegate.mm
[GMSServices provideAPIKey:@"API_KEY"];
2. podfile
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
3. AndroidManifest.xml
meta-data
android:name="com.google.android.geo.API_KEY"
android:value="API_KEY"
Video Outline
-----------------------------------------------------------------------------------------
0:00 - 0:14 - Introduction
0:14 - 1:25 - React Native Project Set Up
1:25 - 6:14 - React Native Maps iOS Setup
6:14 - 7:18 - React Native Maps Android Setup
7:20 - 7:33 - Final Words and Future Plans
Follow us on
---------------------------------------------------------------------------------------
Facebook: / teamcodebig
Twitter: / teamcodebig
Quora : https://www.quora.com/profile/Manoj-Sm-1
Reddit: / teamcodebig
Patreon: / teamcodebig
Subscribe: / @teamcodebig
#reactnative #reactnativetutorial #reactnativegooglemaps