Skip to content

Commit

Permalink
add support for panHandlers={null} in Scene
Browse files Browse the repository at this point in the history
This is very convenient to prevent the user from swiping a scene manually.
  • Loading branch information
William Candillon authored and wcandillon committed Nov 26, 2016
1 parent 2f66644 commit b414ad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ declare namespace RNRF {
* optional wrappert
*/
wrapBy?: ()=>any,

panHandlers?: null | (()=>any)
}

/**
Expand Down

0 comments on commit b414ad1

Please sign in to comment.