Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit a342297

Browse files
committed
chore: updated keywords
1 parent aa125b5 commit a342297

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-better-image",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A better image component for react-native with fallback images & progressive loading support",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -31,8 +31,9 @@
3131
},
3232
"keywords": [
3333
"react-native",
34-
"ios",
35-
"android"
34+
"fallback-images",
35+
"progressive-image",
36+
"image"
3637
],
3738
"repository": "https://github.com/react-native-toolkit/react-native-better-image",
3839
"author": "DaniAkash <s.daniakash@gmail.com> (https://github.com/DaniAkash)",

0 commit comments

Comments
 (0)