MCPcopy Index your code
hub / github.com/react-navigation/react-navigation / Album

Class Album

example/src/SimpleTabs.tsx:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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