Skip to content

Commit

Permalink
Fix initialWindowMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed May 26, 2020
1 parent 2763e18 commit 80829e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InitialWindow.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { UIManager } from 'react-native';
import { Metrics } from './SafeArea.types';

const RNCSafeAreaViewConfig = UIManager.getViewManagerConfig(
'RNCSafeAreaView',
'RNCSafeAreaProvider',
// eslint-disable-next-line @typescript-eslint/no-explicit-any
) as any;

Expand Down

0 comments on commit 80829e0

Please sign in to comment.