Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

All API props are not available in v1.1.3 #381

Open
Deg5112 opened this issue Sep 26, 2019 · 0 comments
Open

All API props are not available in v1.1.3 #381

Deg5112 opened this issue Sep 26, 2019 · 0 comments

Comments

@Deg5112
Copy link

Deg5112 commented Sep 26, 2019

Hello, the following is what is in index.js in the react-native-side-menu folder after npm install. Callbacks like.. onAnimationEnd, is not here. Am i missing something? Thanks!

type Props = {
edgeHitWidth: number,
toleranceX: number,
toleranceY: number,
menuPosition: 'left' | 'right',
onChange: Function,
onMove: Function,
onSliding: Function,
openMenuOffset: number,
hiddenMenuOffset: number,
disableGestures: Function | bool,
animationFunction: Function,
onStartShouldSetResponderCapture: Function,
isOpen: bool,
bounceBackOnOverdraw: bool,
autoClosing: bool
};

When i clone master i have the additional field.. just not via npm install, are we sure this is published to npm? Even though it shows that it's pulling in v1.1.3 i am getting old code

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant