react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
10 lines • 382 B
JavaScript
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