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

Class Purchased

example/src/IconTabs.tsx:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40class Purchased extends React.Component {
41 static navigationOptions: NavigationMaterialBottomTabOptions = {
42 tabBarIcon: tabBarIcon('shop'),
43 };
44
45 render() {
46 return <PhotoGrid id="purchased" />;
47 }
48}
49
50export default createMaterialBottomTabNavigator(
51 {

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…