From d48e6d5e3b697ced4ebf52c5328baf0effbf197a Mon Sep 17 00:00:00 2001 From: Phil Nova Date: Tue, 5 Jun 2018 16:03:51 -0700 Subject: [PATCH] Update tests --- .../react-native-custom-tabs/react-native-custom-tabs-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-native-custom-tabs/react-native-custom-tabs-tests.ts b/types/react-native-custom-tabs/react-native-custom-tabs-tests.ts index 86dad3b3ee..f300f79d35 100644 --- a/types/react-native-custom-tabs/react-native-custom-tabs-tests.ts +++ b/types/react-native-custom-tabs/react-native-custom-tabs-tests.ts @@ -7,4 +7,4 @@ const rnt: ReactNativeCustomTabs.CustomTabsOptions = { enableDefaultShare: true, }; -const url: Promise = ReactNativeCustomTabs.openURL('testurl.com', rnt); +const url: Promise = ReactNativeCustomTabs.CustomTabs.openURL('testurl.com', rnt);