Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5b4bdcf

Browse files
MrLohchristopherdro
authored andcommittedJan 7, 2019
add note about recursive framework search paths (react-native-maps#2639)
1 parent 3f9eb95 commit 5b4bdcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎docs/installation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ manually](https://developers.google.com/maps/documentation/ios-sdk/start). Then,
138138
`package.json` and replace the
139139
`REPLACE_ME_RELATIVE_PATH_TO_GOOGLE_MAPS_INSTALL` with the relative path
140140
from your project root to the directory in which you installed the
141-
Google Maps frameworks:
141+
Google Maps frameworks. You might need to specify a recursive search path
142+
by adding a `/**` at the end of the provided path (e.g. `"./node_modules/react-native-maps/enable-google-maps 'ios/my-frameworks/GoogleMaps/**'"
142143
143144
```json
144145
{

0 commit comments

Comments
 (0)
Please sign in to comment.