-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[ios][store-review] Refactor isSupported to isAvailableSync #6195
[ios][store-review] Refactor isSupported to isAvailableSync #6195
Conversation
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.
one small change requested, otherwise looks great, thank you!
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.
Could you also add an entry to the CHANGELOG :)
Also great work on this the gifs are really appreciated! |
73e4e4d
to
5524bd9
Compare
5524bd9
to
9f1836b
Compare
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.
LGTM. Update the changelog and merge 🙏
9f1836b
to
7e77414
Compare
7e77414
to
2f19dce
Compare
Hey @brentvatne could you re-review it please? |
2f19dce
to
5aa504c
Compare
thanks @danibonilha! |
Why
This PR refactors
isSupported
method fromStoreReview
module toisAvailableSync
#6129 issue
How
I've modified native code, package store-review and native-components to use
isAvailableSync
Test Plan
I wrote a new test suite to validate this change