@huynhtrungthoai/custom-component
v0.0.97
Published
Refactor
Downloads
102
Maintainers
Readme
@huynhtrungthoai/custom-component
Having developed and published a large number of react-native applications and boilerplate code, of all the things I can't live without is this set of customisable layout components.
Usage
yarn add @huynhtrungthoai/custom-componentnpm i @huynhtrungthoai/custom-component --saveAdd path content "./node_modules/@huynhtrungthoai/custom-component/src/**/**/*.{js,jsx,ts,tsx}" to your tailwind.config.jsimport { } from "@huynhtrungthoai/custom-component";
Required
nativewindlodashreact-native-fast-image
Components
ButtonViewTextTextInput
Publish new versions
npm publish --access publicViewTextTextInput
Example
<Button onPress={() => {}}>Hello Word!</Button>