@invertase/react-native-apple-authentication
Version:
A complete Apple Authentication services API for React Native iOS apps.
10 lines (9 loc) • 505 B
text/xml
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="sign_in_with_apple_button_DialogTheme" parent="android:Theme.DeviceDefault.NoActionBar">
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
</style>
<style name="sign_in_with_apple_button_DialogTheme_Floating" parent="android:Theme.DeviceDefault.NoActionBar">
<item name="android:windowIsFloating">true</item>
</style>
</resources>