UNPKG

react-native-legal

Version:
11 lines (9 loc) 270 B
import type { LibrariesResult } from './NativeReactNativeLegal'; export const ReactNativeLegal = { getLibrariesAsync: () => { return Promise.resolve<LibrariesResult>({ data: [] }); }, launchLicenseListScreen: (_licenseHeaderText?: string) => { // }, };