Skip to content

Commit 5b4bdcf

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/installation.md

Lines changed: 2 additions & 1 deletion
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)