MCPcopy Index your code
hub / github.com/oblador/react-native-progress / render

Method render

Shapes/Sector.js:43–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 };
42
43 render() {
44 const { angle, radius, offset, ...restProps } = this.props;
45 const path = makeSectorPath(
46 offset.left || 0,
47 offset.top || 0,
48 angle,
49 radius
50 );
51 return <Path d={path} {...restProps} />;
52 }
53}

Callers

nothing calls this directly

Calls 1

makeSectorPathFunction · 0.85

Tested by

no test coverage detected