Ver código fonte

update text in example

Gaëtan Renaudeau 4 anos atrás
pai
commit
0604b2082c
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      example/src/Blur.js

+ 1
- 1
example/src/Blur.js Ver arquivo

@@ -31,7 +31,7 @@ const SvgUriExample = () => {
31 31
         <BlurView blurType="light" blurAmount={10} style={absoluteDimension} viewRef={viewHandle} />
32 32
       </ViewShot>
33 33
 
34
-      <Desc desc="above is a blurred SVG view and below is a screenshot of it" />
34
+      <Desc desc="above is a blurred image and below is a screenshot of it" />
35 35
 
36 36
       <Image fadeDuration={0} source={source} style={dimension} />
37 37
     </SafeAreaView>