swan-io / react-native-browser

An easy-to-use in-app browser module for React Native, powered by Chrome Custom Tabs / SFSafariViewController.
MIT License
120 stars 8 forks source link

Expose more fields of SafariService #10

Open codecomeon opened 1 week ago

codecomeon commented 1 week ago

Why it is needed?

I want to customized the presentStyle of SafariService, maybe we can expose all the fields of SafariService for convenient?

Possible implementation

No response

Code sample

No response

zoontek commented 1 week ago

I'm not a fan of exposing native options directly, it defeats the purpose of multi-platforms APIs.

I will probably recreate similar animations for Android instead.