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

Class ContactsScreen

example/src/BottomTabs.tsx:58–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58class ContactsScreen extends React.Component {
59 static navigationOptions = {
60 tabBarLabel: 'Contacts',
61 tabBarIcon: tabBarIcon('contacts'),
62 tabBarButtonComponent: TouchableBounce,
63 };
64
65 render() {
66 return <Contacts />;
67 }
68}
69
70export default createBottomTabNavigator(
71 {

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…