| 28 | } |
| 29 | |
| 30 | class Favorites extends React.Component { |
| 31 | static navigationOptions: NavigationMaterialBottomTabOptions = { |
| 32 | tabBarIcon: tabBarIcon('favorite'), |
| 33 | }; |
| 34 | |
| 35 | render() { |
| 36 | return <PhotoGrid id="favorites" />; |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | class Purchased extends React.Component { |
| 41 | static navigationOptions: NavigationMaterialBottomTabOptions = { |
nothing calls this directly
no test coverage detected
searching dependent graphs…