41 Wolves
Results
2
comments of
41 Wolves
@smp does this still work? What is it connected to? Is there a charge like there is for IVS? I am basically trying to replicate twitch functionality.
This is what worked for me. ` import React, { useEffect, useRef } from "react"; import { Animated, StyleSheet, View, } from 'react-native' const Ball = (props)=>{ const position =...