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

Class AlbumsScreen

example/src/BottomTabs.tsx:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20);
21
22class AlbumsScreen extends React.Component {
23 static navigationOptions = {
24 tabBarLabel: 'Albums',
25 tabBarIcon: tabBarIcon('photo-album'),
26 tabBarButtonComponent: TouchableBounce,
27 };
28
29 render() {
30 return <Albums />;
31 }
32}
33
34class ArticleScreen extends React.Component {
35 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…