Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

What is the Typescript Typing for scrollXAnimated in React Native?

$
0
0

What is the Typescript Typing for scrollXAnimated in React Native? I've looked through the docs and haven't seen anything for this.

TypeScript Type:

// TypeScript Type: Propsinterface Props {  scrollXAnimated: any, // WHAT CAN I ADD INSTEAD OF ANY?  data: any,};

The Code:

  const translateY = props.scrollXAnimated.interpolate({    inputRange: [-1, 0, 1],    outputRange: [HEADER_HEIGHT, 0, -HEADER_HEIGHT],  });

Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>