浏览代码

update text in example

Gaëtan Renaudeau 4 年前
父节点
当前提交
0604b2082c
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      example/src/Blur.js

+ 1
- 1
example/src/Blur.js 查看文件

@@ -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>