Skip to content

Commit ac54a5b

Browse files
lunaleapsfacebook-github-bot
authored andcommitted
Remove SafeAreaView flow declaration
Summary: Changelog: [Internal] Remove flow declaration for SafeAreaView in preparation for TS generation Reviewed By: christophpurrer Differential Revision: D42349686 fbshipit-source-id: b792313b18f3804d8c68955afd918ec8cbb0b80f
1 parent da41539 commit ac54a5b

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

Libraries/Components/SafeAreaView/SafeAreaView.flow.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

Libraries/Components/SafeAreaView/SafeAreaView.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
*/
1010

1111
import type {ViewProps} from '../View/ViewPropTypes';
12-
import type {SafeAreaViewType} from './SafeAreaView.flow';
1312

1413
import Platform from '../../Utilities/Platform';
1514
import View from '../View/View';
@@ -32,4 +31,4 @@ if (Platform.OS === 'android') {
3231
exported = require('./RCTSafeAreaViewNativeComponent').default;
3332
}
3433

35-
export default (exported: SafeAreaViewType);
34+
export default exported;

0 commit comments

Comments
 (0)