Rendering pose detection keypoints over the camera in react native

I am working on a project and using TensorflowJs in react native using tfjs-react-native library, I am perfectly able to detect the pose detection model using Movenet, but how can I render these keypoints over the camera in react native,
I have used SVG library to render circles but updating the states taking time at every frame, do you have any suggestions what is the best possible optimized way to render these keypoints over the camera?