Explorar el Código

update text in example

Gaëtan Renaudeau hace 5 años
padre
commit
0604b2082c
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      example/src/Blur.js

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

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>