UNPKG

react-native-legal

Version:
10 lines 387 B
import NativeReactNativeLegal from './NativeReactNativeLegal'; export const ReactNativeLegal = { 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