/react-native-load-image-example

This is an example generated by create-react-native-library demonstrating that image from the library is not shown

Primary LanguageTypeScriptMIT LicenseMIT

react-native-load-image-example

Test of loading image from the package in the example app

Installation

npm install react-native-load-image-example

Usage

import { multiply } from 'react-native-load-image-example';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library