UNPKG

react-native-legal

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