Browse Source

Merge pull request #22 from n1ru4l/feature-remove-self-dependency

Remove dependency on react-native-thumbnail
Hau Vo 6 years ago
parent
commit
566b2ee318
No account linked to committer's email address
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      package.json

+ 0
- 3
package.json View File

@@ -17,8 +17,5 @@
17 17
   "license": "",
18 18
   "peerDependencies": {
19 19
     "react-native": "^0.47.0"
20
-  },
21
-  "dependencies": {
22
-    "react-native-thumbnail": "^1.1.0"
23 20
   }
24 21
 }