Skip to content

FontFamily changes not reflected on iOS #159

Description

@gayathri-nair03

@ArtemKosiakevych - Changes to fontFamily are not being reflected on iOS, but they are reflected on Android.

`export enum FontFamily {
Bold = 'Roboto-Bold',
Medium = 'Roboto-Medium',
Regular = 'Roboto-Regular',
}

interface PickerParams {
fontFamily: FontFamily
pickerData: string[]
startAtPosition: number
selectedItemPosition: number
fontSize: number
selectedItemTextColor: string
}

export const PickerView: FC = ({
fontFamily,
pickerData,
selectedItemPosition,
fontSize,
selectedItemTextColor,
}) => {
return (

)
}
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions