ProgressViewIOS
Example of use
default
let component = ReasonReact.statelessComponent("MyComponent");
let make = _children => {
...component,
render: _self => <ProgressViewIOS progress=0.4 progressTintColor="tomato" />,
};
Props
progress
progress: float
progressImage
progressImage: Image.imageSource=?
progressTintColor
progressTintColor: string=?
progressViewStyle
progressViewStyle: Style.t=?
trackImage
trackImage: Image.imageSource=?
trackTintColor
trackTintColor: string=?