1.0.6 • Published 9 months ago

custom-animated-drawer-hmynnd v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

custom-animated-drawer-hmynnd

Add an elegant animated drawer to your React Native app.

Installation

npm install custom-animated-drawer-hmynnd

Usage

import React from 'react';
import { View, Text } from 'react-native';
import DrawerSceneWrapper from 'custom-animated-drawer-hmynnd';

const App = () => {
  return (
    <DrawerSceneWrapper>
      <View>
        <Text>Your app content goes here</Text>
      </View>
    </DrawerSceneWrapper>
  );
};

export default App;

Minimum Requirements

  • Node.js 18.x or later
  • React Native 0.71.x or later
  • @react-navigation 6.0.0 or later
  • react-native-reanimated 3.1.0 or later

Props

PropTypeDescription
childrencomponentcomponent that should animate while drawer is opening
<!--onOpenfunctionA callback function that is called when the drawer is opened.
onClosefunctionA callback function that is called when the drawer is closed.-->
1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago