ReactNative typescript error
下記のように、ReactNativeからimportしたがエラーになります。
突然なりました。
下記のような感じで使用しています
<Animated.View style={loginViewStyles.loginCardView}>
型 '{ children: Element[]; style: ViewStyle; }' を型 'IntrinsicAttributes & AnimatedProps<ViewProps & RefAttributes<View>>' に割り当てることはできません。
プロパティ 'children' は型 'IntrinsicAttributes & AnimatedProps<ViewProps & RefAttributes<View>>' に存在しません。ts(2322)
0