From 2be79975a38a206c16add9e27bb617e5020c13b3 Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Tue, 7 Jan 2025 21:51:02 +0900 Subject: [PATCH] fix: flow error --- js/RNCPickerNativeComponent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/RNCPickerNativeComponent.js b/js/RNCPickerNativeComponent.js index 370145345..b64f90827 100644 --- a/js/RNCPickerNativeComponent.js +++ b/js/RNCPickerNativeComponent.js @@ -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,