BIST (Borsa Istanbul) company logos as React Native components
npm install @marketicons/bist-react-nativeBIST (Borsa Istanbul) company logos as React Native components.
``bashnpm
npm install @marketicons/bist-react-native react-native-svg
> Note: This package requires
react-native-svg as a peer dependency.For iOS, you need to install pods:
`bash
cd ios && pod install && cd ..
`Usage
`tsx
import { BistIcon } from "@marketicons/bist-react-native";function App() {
return (
);
}
``| Prop | Type | Default | Description |
| ----- | --------- | ------- | ---------------------------------------- |
| name | string | - | BIST company code (e.g., "THYAO") |
| size | number | 24 | Icon size in pixels |
| style | ViewStyle | - | Additional styles for the icon container |
MIT © Codixus