Kaynağa Gözat

update text in example

Gaëtan Renaudeau 4 yıl önce
ebeveyn
işleme
0604b2082c
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      example/src/Blur.js

+ 1
- 1
example/src/Blur.js Dosyayı Görüntüle

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