Releases: criar-art/react-native-techs-logos
Releases · criar-art/react-native-techs-logos
0.1.8
0.1.6
Update
Adjustment link for repository in NPM
Improvement types of list and hiddenLogos
0.1.5
Update
Adjustment icon assets and splash background with mode cover
Rewrite Babel config for json file
Refactor export App file example
Specs test unit for render props component
0.1.4
Update
Refactor style with styled component in example App
Improvement types in props and array objects of project
Eas file config include in source
0.1.3
Update
Adjustment viewBox in techs
Improvement docs and screenshoot
0.1.2
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;
}