From 8591f6d3f4a873338827f7f8fe6007ae92314930 Mon Sep 17 00:00:00 2001 From: Hein Rutjes Date: Wed, 25 Mar 2020 17:35:20 +0100 Subject: [PATCH 1/3] =?UTF-8?q?[expo-apple-auth]=20Add=20=E2=80=9CSign=20u?= =?UTF-8?q?p=20with=20Apple=E2=80=9D=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/screens/AppleAuthenticationScreen.tsx | 4 +++ .../unversioned/sdk/apple-authentication.md | 1 + .../build/AppleAuthentication.types.d.ts | 3 +- .../build/AppleAuthentication.types.js | 1 + .../build/AppleAuthentication.types.js.map | 2 +- .../build/AppleAuthenticationButton.js | 7 +++- .../build/AppleAuthenticationButton.js.map | 2 +- .../build/ExpoAppleAuthenticationButton.d.ts | 5 ++- .../build/ExpoAppleAuthenticationButton.js | 8 ++++- .../ExpoAppleAuthenticationButton.js.map | 2 +- .../EXAppleAuthenticationButtonViewManagers.m | 33 ++++++++++++++----- .../src/AppleAuthentication.types.ts | 1 + .../src/AppleAuthenticationButton.tsx | 8 +++++ .../src/ExpoAppleAuthenticationButton.ts | 15 +++++++++ 14 files changed, 76 insertions(+), 16 deletions(-) diff --git a/apps/native-component-list/src/screens/AppleAuthenticationScreen.tsx b/apps/native-component-list/src/screens/AppleAuthenticationScreen.tsx index 5f084b3139f68..c35d844f6aef8 100644 --- a/apps/native-component-list/src/screens/AppleAuthenticationScreen.tsx +++ b/apps/native-component-list/src/screens/AppleAuthenticationScreen.tsx @@ -199,6 +199,10 @@ export default class AppleAuthenticationScreen extends React.Component<{}, State title={`${AppleAuthenticationButtonType[AppleAuthenticationButtonType.CONTINUE]}`} onPress={() => this.setState({ buttonType: AppleAuthenticationButtonType.CONTINUE })} /> +