Skip to content

Conversation

@erickreutz
Copy link

Summary

Adds enableGooglePlacesSdk as an option for Expos config plugin to add the Google Places SDK to app/build.gradle as a dependency

Motivation

I'm making this change so I can use the <AddressSheet /> on Android with autocomplete enabled in an Expo project

Testing

  • I tested this manually
  • I added automated tests

Documentation

Select one:

  • I have added relevant documentation for my changes.
  • This PR does not result in any developer-facing changes.

@CLAassistant
Copy link

CLAassistant commented Nov 22, 2023

CLA assistant check
All committers have signed the CLA.


if (buildGradle.includes('dependencies {')) {
return buildGradle.replace(
'dependencies {',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't some apps' build.gradle have >1 dependencies {} block?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants