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

Class ArticleScreen

example/src/BottomTabs.tsx:34–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34class ArticleScreen extends React.Component {
35 static navigationOptions = {
36 tabBarLabel: 'Article',
37 tabBarIcon: tabBarIcon('chrome-reader-mode'),
38 tabBarButtonComponent: TouchableBounce,
39 };
40
41 render() {
42 return <Article />;
43 }
44}
45
46class ChatScreen extends React.Component {
47 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…