diff --git a/examples/cookbook-rn-shared/examples/animated/meta.js b/examples/cookbook-rn-shared/examples/animated/meta.js index 3932a5c..8912581 100644 --- a/examples/cookbook-rn-shared/examples/animated/meta.js +++ b/examples/cookbook-rn-shared/examples/animated/meta.js @@ -1,4 +1,4 @@ +import thumbnail from "../../images/thumbnails/animated.jpg"; +export { thumbnail }; export const title = "Animated"; export const description = "Cursor spring effect with animated"; - -export thumbnail from "../../images/thumbnails/animated.jpg"; diff --git a/examples/cookbook-rn-shared/examples/blurfeedback/meta.js b/examples/cookbook-rn-shared/examples/blurfeedback/meta.js index 6500e64..91c3c63 100755 --- a/examples/cookbook-rn-shared/examples/blurfeedback/meta.js +++ b/examples/cookbook-rn-shared/examples/blurfeedback/meta.js @@ -2,7 +2,8 @@ import React from "react"; import { Button } from "react-native"; import ImagesPicker from "../../toolbox/ImagesPicker"; import makeFloatSlider from "../../toolbox/makeFloatSlider"; - +import thumbnail from "../../images/thumbnails/blurfeedback.jpg"; +export { thumbnail }; export const images = [ require("../../images/blurfeedback-1.jpg"), require("../../images/blurfeedback-2.jpg"), @@ -25,13 +26,12 @@ export const toolbox = [ { prop: "refreshId", title: "", - Editor: ({ onChange, value }) => + Editor: ({ onChange, value }) => (