bartgryszko / react-native-circular-progress

React Native component for creating animated, circular progress with ReactART
MIT License
2.13k stars 424 forks source link

dashedBackground doesn't work #310

Closed Callegaz closed 2 years ago

Callegaz commented 2 years ago

Trying to use dashedBackground i recevied this error

error: SyntaxError: Unexpected token, expected "}" (41:31)

39 | tintColor={colors.LILAC_PRIMARY} 40 | backgroundColor={colors.LILAC_PRIMARY}

41 | dashedBackground={width: 1, gap: 1} | ^ 42 | > 43 | 44 | );

using the indicated key of objects the code complains that it cannot find the value "width"

Callegaz commented 2 years ago

missing duble {{ }}