We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819d383 commit 4d6dd00Copy full SHA for 4d6dd00
lib/AppleButton.android.js
@@ -7,7 +7,7 @@ import { ButtonTexts, ButtonTypes, ButtonVariants } from './AppleButton.shared';
7
* Pure Javascript Apple Sign In button for Android.
8
* Cross-compatible with native iOS version.
9
*/
10
-export default AppleButton = (props) => {
+export default function AppleButton(props) {
11
const {
12
style,
13
textStyle,
0 commit comments