Skip to content

Commit

Permalink
add support for panHandlers={null} in Scene (#1404)
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 aksonov committed Jan 9, 2017
1 parent 0439adb commit becb186
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 becb186

Please sign in to comment.