Skip to content

Commit 2b601dc

Browse files
committed
🐛 bug: add *.xcassets for ios
1 parent a32dc88 commit 2b601dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baronha/react-native-multiple-image-picker",
33
"version": "2.0.1",
4-
"description": "� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android, similar to the current Facebook app.",
4+
"description": "� react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android ",
55
"main": "lib/index",
66
"module": "lib/index",
77
"types": "lib/index.d.ts",
@@ -21,6 +21,7 @@
2121
"ios/**/*.mm",
2222
"ios/**/*.cpp",
2323
"ios/**/*.swift",
24+
"ios/**/*.xcassets",
2425
"app.plugin.js",
2526
"*.podspec",
2627
"README.md"

0 commit comments

Comments
 (0)