UNPKG
rn-blur
Version:
latest (3.2.3)
3.2.3
3.2.2
React Native Blur component
github.com/pengcao1/rn-blur
pengcao1/rn-blur.gitgit
rn-blur
/
src
/
VibrancyView.android.js
10 lines
(7 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
React
from
'react'
;
class
VibrancyView
extends
React.Component
{
render
(
) {
console
.
error
(
"VibrancyView is not implemented on Android"
); } }
module
.
exports
=
VibrancyView