@xlliger/react-native-gradient-view
v0.0.2
Published
geadient view using css property
Readme
@xlliger/react-native-gradient-view
gradient view using css property
Installation
npm install @xlliger/react-native-gradient-viewUsage
import { GradientViewView } from "@xlliger/react-native-gradient-view";
// ...
<GradientViewView
colors={["#ff3b30", "#007aff"]}
orientation="vertical"
style={{ width: 200, height: 100 }}
/>Contributing
License
MIT
Made with create-react-native-library
