Skip to content

Commit

Permalink
fix: flow error (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naturalclar authored Jan 7, 2025
1 parent 89e5f31 commit 9491e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/RNCPickerNativeComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import * as React from 'react';
import type {ColorValue} from 'react-native/Libraries/StyleSheet/StyleSheet';
import type {ViewProps} from 'react-native/Libraries/Components/View/ViewPropTypes';
import type {HostComponent} from 'react-native/Libraries/Renderer/shims/ReactNativeTypes';
import type {UnsafeMixed} from 'react-native/Libraries/Types/CodegenTypes';
import type {
BubblingEventHandler,
Int32,
Expand Down

0 comments on commit 9491e29

Please sign in to comment.