Skip to content

Commit a5c158a

Browse files
authored
Add prop type search withRegional accents
1 parent d726dc0 commit a5c158a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ declare module 'react-native-dropdown-picker' {
174174
searchContainerStyle?: StyleProp<ViewStyle>;
175175
searchTextInputStyle?: StyleProp<TextStyle>;
176176
searchPlaceholderTextColor?: string;
177+
searchWithRegionalAccents?: boolean;
177178
dropDownContainerStyle?: StyleProp<ViewStyle>;
178179
modalContentContainerStyle?: StyleProp<ViewStyle>;
179180
modalAnimationType?: 'none' | 'slide' | 'fade';

0 commit comments

Comments
 (0)