Skip to content

Commit

Permalink
docs: fix incorrect import statement on README
Browse files Browse the repository at this point in the history
  • Loading branch information
mthahzan committed Dec 19, 2024
1 parent 98222cc commit 6ec6644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn add react-native-image-fallback
## Usage

```jsx
import {ImageLoader} from 'react-native-image-fallback';
import Image from 'react-native-image-fallback';

const IMAGE_URL = {uri: 'http://image.url'};
const FALLBACKS = [
Expand Down

0 comments on commit 6ec6644

Please sign in to comment.