Fix a few ESLint errors

This commit is contained in:
Marc Rousavy
2021-02-23 11:57:43 +01:00
parent 80797ce8ef
commit 32da54ab46
4 changed files with 9 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import StaticSafeAreaInsets from 'react-native-static-safe-area-insets';
const FALLBACK_COLOR = 'rgba(140, 140, 140, 0.3)';
const StatusBarBlurBackgroundImpl = ({ style, ...props }: BlurViewProperties) => {
const StatusBarBlurBackgroundImpl = ({ style, ...props }: BlurViewProperties): React.ReactElement | null => {
if (Platform.OS !== 'ios') return null;
return (