mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-01-27 00:38:58 +00:00
47dfe40b6a
Used imports instead of require. Simplified imports and removed unused component View. Background is now a const instead of var. <- ES6 prefers this Removed dangling comma after background ```source={{uri: background, }}``` Generally example is more succinct and easier to understand for users only exposed to the new tools of ES6.