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

Class Library

example/src/IconTabs.tsx:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19class 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
30class Favorites extends React.Component {
31 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…