@eslam-elmeniawy/react-native-common-components
Version:
Common `ReactNative` components packed in library for usage in projects.
8 lines (7 loc) • 342 B
JavaScript
;
// Testable wrappers around react-native-paper components
export { default as Portal } from "./PaperPortal.js";
export { default as TextInput } from "./PaperTextInput.js";
export { default as Checkbox } from "./PaperCheckbox.js";
export { default as RadioButton } from "./PaperRadioButton.js";
//# sourceMappingURL=index.js.map