@datacomvn/lunar-date-picker
Version:
A powerful React Native lunar date picker with timezone support, lazy loading, and native performance built on Nitro Modules
19 lines (17 loc) • 530 B
JavaScript
;
import { NitroModules } from 'react-native-nitro-modules';
const LunarDatePickerHybridObject = NitroModules.createHybridObject('LunarDatePicker');
export function pickDate(params) {
LunarDatePickerHybridObject.present(params);
}
/**
* bắt buộc phải config nhé
*/
export function configure(config) {
LunarDatePickerHybridObject.configure(config);
}
export function updatePrices(params) {
LunarDatePickerHybridObject.updatePrices(params);
}
export * from "./type.js";
//# sourceMappingURL=index.js.map