0.1.2
lucasferreiralimax
released this
14 Feb 15:02
·
51 commits
to master
since this release
Initial Release
Create structure with create-react-native-library
Project example with expo initial
Features
List of all logos
Filter of logos with list
Use one logo with name
Props
type Props = {
name?: string;
list?: Array<String>;
hiddenLogos?: Array<String>;
hiddenLabel?: boolean;
flatList?: boolean;
rounded?: boolean;
background?: string;
size?: number;
gap?: number;
}