Skip to content

How to add a custom font family? #58

@MostafaHamdy3

Description

@MostafaHamdy3

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions