Skip to content

xotahal/react-native-pullable-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Pullable View

npm GitHub issues GitHub license

Implements component similar to calendar that you know from Calendar App by Google - you can pull down this calendar from toolbar.

Example

Example

Install

npm i react-native-pullable-view --save

Usage

import Pullable from 'react-native-pullable-view';

...

render() {
  return (
    <Pullable pullView={() => <View><Text>This view will be pulled down!</Text></View>}>
      <View>
        <Text>This view will be always shown on the screen</Text>
      </View>
    </Pullable>
  );
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published