Skip to content

Commit 8867894

Browse files
chore(readme): add GoogleMaps.h import in the readme file, required for GMS to work. (#374)
1 parent 17f5458 commit 8867894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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
@@ -372,5 +374,3 @@ This package is offered via an open source license. It is not governed by the Go
372374
This package adheres to [semantic versioning](https://semver.org/) to indicate when backwards-incompatible changes are introduced. Accordingly, while the library is in version 0.x, backwards-incompatible changes may be introduced at any time.
373375

374376
If you find a bug, or have a feature request, please [file an issue](https://github.com/googlemaps/react-native-navigation-sdk/issues) on GitHub. If you would like to get answers to technical questions from other Google Maps Platform developers, ask through one of our [developer community channels](https://developers.google.com/maps/developer-community). If you'd like to contribute, please check the [Contributing guide](https://github.com/googlemaps/react-native-navigation-sdk/blob/main/CONTRIBUTING.md).
375-
376-

0 commit comments

Comments
 (0)