Skip to content

Commit 433c7e4

Browse files
Update README.md
GMSServices won't work if we don't import GoogleMaps.h
1 parent 17f5458 commit 433c7e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ ENV['RCT_NEW_ARCH_ENABLED'] = '0'
109109
To set up, specify your API key in the application delegate `ios/Runner/AppDelegate.m`:
110110

111111
```objective-c
112+
#import <GoogleMaps/GoogleMaps.h>
113+
112114
@implementation AppDelegate
113115

114116
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
@@ -119,6 +121,8 @@ To set up, specify your API key in the application delegate `ios/Runner/AppDeleg
119121

120122
```
121123
124+
125+
122126
## Usage
123127
124128
### Initializing Navigation

0 commit comments

Comments
 (0)