Skip to content

Commit

Permalink
Initial setup commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
billmalarky committed Oct 23, 2017
1 parent 9717969 commit d6e0b78
Show file tree
Hide file tree
Showing 4 changed files with 2,545 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# react-native-image-cache-hoc
# React Native Image Cache HOC
React Native Higher Order Component that adds advanced caching functionality to the react native Image component.
36 changes: 36 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "react-native-image-cache-hoc",
"version": "1.0.0",
"description": "React Native Higher Order Component that adds advanced caching functionality to the react native Image component.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/billmalarky/react-native-image-cache-hoc.git"
},
"keywords": [
"react",
"native",
"higher",
"order",
"component",
"hoc",
"image",
"caching",
"image",
"component",
"media",
"caching"
],
"author": "Reid Mayo",
"license": "MIT",
"bugs": {
"url": "https://github.com/billmalarky/react-native-image-cache-hoc/issues"
},
"homepage": "https://github.com/billmalarky/react-native-image-cache-hoc#readme",
"devDependencies": {
"jest": "^21.2.1"
}
}

0 comments on commit d6e0b78

Please sign in to comment.