UNPKG

@eslam-elmeniawy/react-native-common-components

Version:

Common `ReactNative` components packed in library for usage in projects.

6 lines (5 loc) 282 B
// Testable wrappers around react-native-paper components export { default as Portal } from './PaperPortal'; export { default as TextInput } from './PaperTextInput'; export { default as Checkbox } from './PaperCheckbox'; export { default as RadioButton } from './PaperRadioButton';