Image
Image component of React Native for building a user interface.
How to use
import React from 'react';
import {Image} from '@gyri/native-ui-components';
const App = ({style, className, source}) => {
return (
<Image source={source} className={className} style={style} />
)
}
export default App
Props
| # | Name | Data type | Default value | Values | Description |
|---|---|---|---|---|---|
| 1 | style | object | Custom style object | ||
| 2 | className | string | '' | It defined nativewind style classes. |
For more details https://reactnative.dev/docs/image