mirror of
https://github.com/status-im/react-native-blur.git
synced 2026-08-31 02:51:16 +00:00
12 lines
253 B
JavaScript
12 lines
253 B
JavaScript
import React from 'react';
|
|
|
|
class VibrancyView extends React.Component {
|
|
render() {
|
|
console.error('VibrancyView is not implemented on Android');
|
|
return null;
|
|
}
|
|
|
|
}
|
|
|
|
export default VibrancyView;
|
|
//# sourceMappingURL=VibrancyView.android.js.map
|