Skip to content

chinloongtan/react-native-auto-scroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-auto-scroll

ScrollView that scrolls down responsively.

import AutoScroll from 'react-native-auto-scroll'

<View style={styles.msgsView}>
  <AutoScroll
    contentContainerStyle={styles.scrollContainer}>
    {this.state.messages.map(msg => {
      return <Message key={msg.id} message={msg} />
    })}
  </AutoScroll>
</View>
<TextInput style={styles.textInput} />

For more available props: Docs of ScrollView

About

ScrollView that scrolls down responsively.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%