UNPKG

react-native-legal

Version:
10 lines 382 B
import NativeReactNativeLegal from './NativeReactNativeLegal'; export const ReactNativeLegal = { launchLicenseListScreen: licenseHeaderText => { /** * On Android, the licenses list is displayed as a custom activity */ NativeReactNativeLegal.launchLicenseListScreen(licenseHeaderText ?? 'OSS Licenses'); } }; //# sourceMappingURL=ReactNativeLegal.android.js.map