diff --git a/native/flow-typed/npm/react-native-reanimated_v2.x.x.js b/native/flow-typed/npm/react-native-reanimated_v2.x.x.js
--- a/native/flow-typed/npm/react-native-reanimated_v2.x.x.js
+++ b/native/flow-typed/npm/react-native-reanimated_v2.x.x.js
@@ -28,8 +28,6 @@
   declare type TextStyleProp = StyleObj;
 
   declare type StyleProps = $ReadOnly<{|
-    ...ViewStyleProp,
-    ...TextStyleProp,
     +originX?: number,
     +originY?: number,
     +[key: string]: any,
diff --git a/native/tooltip/nux-tips-overlay.react.js b/native/tooltip/nux-tips-overlay.react.js
--- a/native/tooltip/nux-tips-overlay.react.js
+++ b/native/tooltip/nux-tips-overlay.react.js
@@ -338,7 +338,6 @@
         <View style={styles.container}>
           <AnimatedView
             style={styles.backdrop}
-            // $FlowFixMe
             entering={opacityEnteringAnimation}
             exiting={opacityExitingAnimation}
           />