UNPKG

react-native-legal

Version:
15 lines (14 loc) 486 B
"use strict"; import NativeReactNativeLegal from './NativeReactNativeLegal'; export const ReactNativeLegal = { getLibrariesAsync: () => { return NativeReactNativeLegal.getLibrariesAsync(); }, launchLicenseListScreen: licenseHeaderText => { /** * On Android, the licenses list is displayed as a custom activity */ NativeReactNativeLegal.launchLicenseListScreen(licenseHeaderText ?? 'OSS Licenses'); } }; //# sourceMappingURL=ReactNativeLegal.android.js.map