My question is : is there any consequences in performance if using for example:
import * as Reanimated from 'react-native-reanimated'
Instead of :
import { useSharedValue, useAnimatedStyle, withspring, interpolate, Extrapolate } from 'react-native-reanimated'
Will react load all the library when using namespace ?Is there any différence when testing in thé two approaches ?