UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

6 lines (4 loc) 145 B
export const getOffsetFromAngle = (rotateAngle: number) => { if (!rotateAngle) return 0; return Math.sin((Math.PI / 180) * rotateAngle); };