Skip to content

Instantly share code, notes, and snippets.

@reime005
Created August 9, 2020 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reime005/86f1ef7093f896a7c98aa21fd9d4592d to your computer and use it in GitHub Desktop.
Save reime005/86f1ef7093f896a7c98aa21fd9d4592d to your computer and use it in GitHub Desktop.
<View
style={{
height: 100,
...
}}
>
<View
style={{
position: "absolute",
top: `${Number(scrollPerc || 0).toFixed(0)}%`,
height: `${scrollElementHeightPercent}%`
...
}}
/>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment