-
-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Description
How to add a custom font family?
<Picker
style={{
backgroundColor: 'white',
width: '50%',
height: 360,
}}
textSize={60}
selectTextColor="black"
isShowSelectBackground={false}
isShowSelectLine={false}
selectedValue="03"
pickerData={hrs}
onValueChange={value => {
console.log(value);
}}
/>
And need to apply all this props on IOS
I suggest adding all available props in README
Metadata
Metadata
Assignees
Labels
No labels