diff --git a/package.json b/package.json
index 96837cf..a2e6c9b 100644
--- a/package.json
+++ b/package.json
@@ -31,11 +31,11 @@
"url": "git+https://github.com/DylanVann/react-native-fast-image.git"
},
"scripts": {
- "format": "prettier --write --no-semi --single-quote --trailing-comma all ./index.js ./example/*.js ./react-native-fast-image-example/fastImage/*.js ./react-native-fast-image-server/*.js",
+ "format": "prettier --write --no-semi --single-quote --trailing-comma all ./index.js ./react-native-fast-image-example/*.js ./react-native-fast-image-example/fastImage/*.js ./react-native-fast-image-server/*.js",
"prepare": "git submodule update --init --recursive",
"test": "yarn run test:pretty && yarn run test:jest",
"test:jest": "jest *.js",
- "test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./index.js ./example/*.js ./react-native-fast-image-example/fastImage/*.js ./react-native-fast-image-server/*.js"
+ "test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./index.js ./react-native-fast-image-example/*.js ./react-native-fast-image-example/fastImage/*.js ./react-native-fast-image-server/*.js"
},
"dependencies": {
"prop-types": "^15.5.10"
diff --git a/react-native-fast-image-example/fastImage/FastImageExamples.js b/react-native-fast-image-example/fastImage/FastImageExamples.js
index 9857947..5741ba0 100644
--- a/react-native-fast-image-example/fastImage/FastImageExamples.js
+++ b/react-native-fast-image-example/fastImage/FastImageExamples.js
@@ -25,7 +25,6 @@ const FastImageExample = () => (