-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Android LiteMode #546
Conversation
Thanks, this looks good! Can you squash the commits first? There's 18 of them, with a lot of merge commits. cc: @felipecsl to look at Android code. |
@@ -44,8 +44,11 @@ | |||
|
|||
private final ReactApplicationContext appContext; | |||
|
|||
protected GoogleMapOptions googleMapOptions; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
final
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't be final as AirMapLiteManager overrides it
android code lgtm after the 2 comments are addressed |
Should we add an example for |
Great idea! Let's add that before merging. |
Adding Examples now |
Added docs and examples |
Can someone take another quick look? I guess it's kind of ready to get in? |
tried the example, looks good :) 👍 |
Following discussion #300