react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
17 lines (16 loc) • 364 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ReactNativeLegal = void 0;
const ReactNativeLegal = exports.ReactNativeLegal = {
getLibrariesAsync: () => {
return Promise.resolve({
data: []
});
},
launchLicenseListScreen: _licenseHeaderText => {
//
}
};
//# sourceMappingURL=ReactNativeLegal.js.map