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

Class Purchased

example/src/SimpleTabs.tsx:40–49  ·  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 tabBarBadge: 12,
44 };
45
46 render() {
47 return <PhotoGrid id="purchased" />;
48 }
49}
50
51export default createMaterialBottomTabNavigator(
52 {

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…