{
    ".sf-activityIndicator": {
        "width": 42,
        "height": 42,
        "color": "#00a1f1",
        "flexProps": {
            "positionType": "RELATIVE",
            "alignSelf": "CENTER"
        },
        "ios":{
            "activityIndicatorViewStyle": "LARGE"
        },
        "marginTop": 1,
        "marginBottom": 1,
        "minHeight": 21,
        "minWidth": 21,
        "&-small": {
            "width": 100
        },
        "&-medium": {
            "width": 250
        },
        "&-large": {
            "width": 350
        }
    },
    ".activityIndicator": {
        "width": 42,
        "height": 42,
        "color": "#00a1f1",
        "flexProps": {
            "positionType": "RELATIVE",
            "alignSelf": "CENTER"
        },
        "ios":{
            "activityIndicatorViewStyle": "LARGE"
        },
        "minHeight": 21,
        "minWidth": 21,
        "&-small": {
            "width": 100
        },
        "&-medium": {
            "width": 250
        },
        "&-large": {
            "width": 350
        }
    }
}
