Browse Source

update text in example

Gaëtan Renaudeau 4 years ago
parent
commit
0604b2082c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/src/Blur.js

+ 1
- 1
example/src/Blur.js View File

31
         <BlurView blurType="light" blurAmount={10} style={absoluteDimension} viewRef={viewHandle} />
31
         <BlurView blurType="light" blurAmount={10} style={absoluteDimension} viewRef={viewHandle} />
32
       </ViewShot>
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
       <Image fadeDuration={0} source={source} style={dimension} />
36
       <Image fadeDuration={0} source={source} style={dimension} />
37
     </SafeAreaView>
37
     </SafeAreaView>