We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b31908 + b6029d1 commit 20967a7Copy full SHA for 20967a7
1 file changed
README.md
@@ -33,7 +33,7 @@ Initialize a reference with `useRef` and pass it to `Sprites` as the `ref` prope
33
```js
34
import React, { useRef } from 'react';
35
import { View } from 'react-native';
36
-import Sprites, { type SpritesMethods } from 'react-native-sprites';
+import { Sprites, type SpritesMethods } from 'react-native-sprites';
37
38
const MySpriteComponent = () => {
39
const spriteRef = useRef<SpritesMethods>(null);
@@ -225,4 +225,4 @@ MIT
225
226
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
227
228
-Inspired by the abandoned project [rn-sprite-sheet](https://github.com/mileung/rn-sprite-sheet)
+Inspired by the abandoned project [rn-sprite-sheet](https://github.com/mileung/rn-sprite-sheet)
0 commit comments