0.1.4 • Published 2 years ago

react-native-smooth-bottomsheet v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-smooth-bottomsheet

A smooth react native bottom sheet 100% typeScript.

Screenshot Screenshot

Table of Contents

Installation

npm install react-native-smooth-bottomsheet

Usage

import BottomSheet from 'react-native-smooth-bottomsheet';

    <GestureHandlerRootView style={{flex: 1}}>
      <View>
        <BottomSheet ref={bottomRef} OnOpen={() => }>
          ..
          ..
        </BottomSheet>
      </View>
    </GestureHandlerRootView>

Props

Methods

Compatibility

Make sure to import them from react-native-gesture-handler

import {
  GestureHandlerRootView,
  ScrollView,
  FlatList,
} from 'react-native-gesture-handler';

Contributing

This library was created 100% javascript code en typescript. Feel free to contribute it.

License

MIT

Support

If you enjoyed this project — or just feeling generous, consider buying me a beer. Cheers!

Author

Made by Nejib Afdhal


0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago