-
BREAKING CHANGES
- Handle crashes when not a finite number (i.e.,
NaN
,Infinity
, or-Infinity
) numeric props were passed to the component by overriding them with default values- Display new warning component in production, it can be overridden with new
dataErrorComponent
prop - Display warnings in dev mode
- Return errors with new
onDataError
prop that accepts a callback function
- Display new warning component in production, it can be overridden with new
- Handle crashes when not a finite number (i.e.,
-
Fixes component height when
arcDegree
prop is more than 180 degrees -
Update example project to latest React Native version 0.78
- Dependency updates
- Maintenance
- Add a support for scaling the display scale of arc segments #70
- Dependency updates
- Minor dependency updates
- Add example project installation instructions
- The Segmented Arc for React Native is ready to use!