MCPcopy
hub / github.com/react-navigation/react-navigation / Album

Class Album

example/src/IconTabs.tsx:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import tabBarIcon from './Shared/tabBarIcon';
8
9class Album extends React.Component {
10 static navigationOptions: NavigationMaterialBottomTabOptions = {
11 tabBarIcon: tabBarIcon('photo-album'),
12 };
13
14 render() {
15 return <PhotoGrid id="album" />;
16 }
17}
18
19class Library extends React.Component {
20 static navigationOptions: NavigationMaterialBottomTabOptions = {

Callers

nothing calls this directly

Calls 1

tabBarIconFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…