Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native image blur

<Image
    style={styles.img}
    resizeMode='cover'
    source={imgSrc} 
    blurRadius={1}
/>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #image #blur
ADD COMMENT
Topic
Name
6+7 =