We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f2051 commit a2f1e5aCopy full SHA for a2f1e5a
README.md
@@ -36,8 +36,8 @@ import InViewport from '@herberthtk/react-native-viewport';
36
37
return (
38
<InViewport
39
- threshold={0.7}
40
- delay={100}
+ threshold={0.7} // This component will be considered visible if it is 70% visible (Default is 1 that means 100%)
+ delay={100} // This component will check if it is visible every 200ms (default is 1000ms or 1 second) )
41
onChange={handleChange}
42
style={[styles.section, { backgroundColor }]}
43
>
0 commit comments