Skip to content

Commit

Permalink
docs(installation): update AppDelegate extension
Browse files Browse the repository at this point in the history
Newer versions of rn uses AppDelegate.mm
  • Loading branch information
monholm committed Sep 21, 2022
1 parent f02aa81 commit 9cecb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ npx pod-install

### Enabling Google Maps

If you want to enable Google Maps on iOS, obtain the Google API key and edit your `AppDelegate.m` as follows:
If you want to enable Google Maps on iOS, obtain the Google API key and edit your `AppDelegate.m(m)` as follows:

```diff
+ #import <GoogleMaps/GoogleMaps.h>
Expand Down

0 comments on commit 9cecb64

Please sign in to comment.