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

Class ChatScreen

example/src/BottomTabs.tsx:46–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46class ChatScreen extends React.Component {
47 static navigationOptions = {
48 tabBarLabel: 'Chat',
49 tabBarIcon: tabBarIcon('chat-bubble'),
50 tabBarButtonComponent: TouchableBounce,
51 };
52
53 render() {
54 return <Chat />;
55 }
56}
57
58class ContactsScreen extends React.Component {
59 static navigationOptions = {

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…