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

Class Favorites

example/src/SimpleTabs.tsx:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30class Favorites extends React.Component {
31 static navigationOptions: NavigationMaterialBottomTabOptions = {
32 tabBarIcon: tabBarIcon('favorite'),
33 };
34
35 render() {
36 return <PhotoGrid id="favorites" />;
37 }
38}
39
40class Purchased extends React.Component {
41 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…