Skip to content

Commit 9491e29

Browse files
authored
fix: flow error (#610)
1 parent 89e5f31 commit 9491e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/RNCPickerNativeComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import * as React from 'react';
1313
import type {ColorValue} from 'react-native/Libraries/StyleSheet/StyleSheet';
1414
import type {ViewProps} from 'react-native/Libraries/Components/View/ViewPropTypes';
1515
import type {HostComponent} from 'react-native/Libraries/Renderer/shims/ReactNativeTypes';
16+
import type {UnsafeMixed} from 'react-native/Libraries/Types/CodegenTypes';
1617
import type {
1718
BubblingEventHandler,
1819
Int32,

0 commit comments

Comments
 (0)