Skip to content

Commit

Permalink
added icon to SceneProps type (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyegoroff authored and aksonov committed Mar 2, 2017
1 parent cacd757 commit bdc39da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ declare namespace RNRF {
* hides tab bar for this scene and any following scenes until explicitly reversed (if built-in TabBar component is used as parent renderer)
*/
hideTabBar?: boolean,

/**
* icon for a tab
*/
icon?: React.ReactNode;

// Navigation Bar

Expand Down

0 comments on commit bdc39da

Please sign in to comment.