Skip to content

Releases: criar-art/react-native-techs-logos

0.1.8

12 Mar 21:29
Compare
Choose a tag to compare

0.1.8 (2024-03-12)

Update deps of project and adjustment box shadow in iOS

0.1.6

17 Feb 08:35
Compare
Choose a tag to compare

Update

Adjustment link for repository in NPM
Improvement types of list and hiddenLogos

0.1.5

15 Feb 15:01
Compare
Choose a tag to compare

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

15 Feb 05:31
Compare
Choose a tag to compare

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

14 Feb 15:17
Compare
Choose a tag to compare

Update

Adjustment viewBox in techs
Improvement docs and screenshoot

0.1.2

14 Feb 15:02
Compare
Choose a tag to compare

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;
}