Skip to content

Commit

Permalink
Add innerRef to KeyboardAwareProps (index.d.ts) (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-jp authored and alvaromb committed Aug 27, 2018
1 parent 38446ec commit 8918f69
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ import * as React from 'react'
import { ScrollViewProperties, ListViewProperties, FlatListProperties, SectionListProperties } from 'react-native'

interface KeyboardAwareProps {
/**
* Catches the reference of the component.
*
*
* @type {function}
* @memberof KeyboardAwareProps
*/
innerRef?: (ref: JSX.Element) => void
/**
* Adds an extra offset that represents the TabBarIOS height.
*
Expand Down

0 comments on commit 8918f69

Please sign in to comment.