| 17 | } |
| 18 | |
| 19 | class Library extends React.Component { |
| 20 | static navigationOptions: NavigationMaterialBottomTabOptions = { |
| 21 | tabBarIcon: tabBarIcon('inbox'), |
| 22 | tabBarBadge: true, |
| 23 | }; |
| 24 | |
| 25 | render() { |
| 26 | return <PhotoGrid id="library" />; |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | class Favorites extends React.Component { |
| 31 | static navigationOptions: NavigationMaterialBottomTabOptions = { |
nothing calls this directly
no test coverage detected
searching dependent graphs…