File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ const styles = StyleSheet.create({
131
131
132
132
## Method
133
133
134
- | Properties | Type | Description |
135
- | ------------------------ | ---------- | ------------------------------------- |
134
+ | Properties | Type | Description |
135
+ | ------------------------ | ---------- | ------------------------------------- |
136
136
| ** onOpen** | ` function ` | SheetManager show |
137
137
| ** onClose** | ` function ` | SheetManager hide |
138
138
@@ -141,7 +141,7 @@ const styles = StyleSheet.create({
141
141
142
142
| Properties | Type | Description |
143
143
| -------------------- | -------- | -------------------------------------------------------------------------------------------------------------------- |
144
- | ** actionsShetProps ** | ` object ` | [ react-native-actions-sheet] ( https://github.com/ammarahm-ed/react-native-actions-sheet ' react-native-actions-sheet ') | |
144
+ | ** actionsSheetProps ** | ` object ` | [ react-native-actions-sheet] ( https://github.com/ammarahm-ed/react-native-actions-sheet ' react-native-actions-sheet ') | |
145
145
| ** flatListProps** | ` object ` | [ FlatListProps] ( https://reactnative.dev/docs/flatlist ' FlatListProps ') | |
146
146
| ** searchInputProps** | ` object ` | [ TextInputProps] ( https://reactnative.dev/docs/textinput ' TextInputProps ') | |
147
147
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ export const Picker = <T,>({
136
136
onClose ( ) ;
137
137
} }
138
138
>
139
- < Text > { closeText } </ Text >
139
+ < Text style = { { color : '#333' } } > { closeText } </ Text >
140
140
</ TouchableOpacity >
141
141
</ View >
142
142
) : null }
@@ -171,7 +171,7 @@ export const Picker = <T,>({
171
171
paddingTop : 20 ,
172
172
} }
173
173
>
174
- < Text > { noDataFoundText } </ Text >
174
+ < Text style = { { color : '#333' } } > { noDataFoundText } </ Text >
175
175
</ View >
176
176
) ;
177
177
}
You can’t perform that action at this time.
0 commit comments