Browse Source

Remove dependency on react-native-thumbnail

Laurin Quast 6 years ago
parent
commit
ea52143553
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      package.json

+ 0
- 3
package.json View File

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