www.reddit.com/r/technicals...
www.reddit.com/r/technicals...
```
// Create an array of shared values
const sharedValues = React.useMemo(
() => items.map(() => useSharedValue(0)),
[] // Ensures the array is initialized only once
);
```
```
// Create an array of shared values
const sharedValues = React.useMemo(
() => items.map(() => useSharedValue(0)),
[] // Ensures the array is initialized only once
);
```
#productengineer
#productengineer