Update tests

This commit is contained in:
Phil Nova 2018-06-05 16:03:51 -07:00 committed by GitHub
parent 74e68b4f12
commit d48e6d5e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,4 +7,4 @@ const rnt: ReactNativeCustomTabs.CustomTabsOptions = {
enableDefaultShare: true,
};
const url: Promise<boolean> = ReactNativeCustomTabs.openURL('testurl.com', rnt);
const url: Promise<boolean> = ReactNativeCustomTabs.CustomTabs.openURL('testurl.com', rnt);