()
| 53 | }, |
| 54 | |
| 55 | getDefaultProps() { |
| 56 | return { |
| 57 | tabBarPosition: 'top', |
| 58 | initialPage: 0, |
| 59 | page: -1, |
| 60 | onChangeTab: () => {}, |
| 61 | onScroll: () => {}, |
| 62 | contentProps: {}, |
| 63 | scrollWithoutAnimation: false, |
| 64 | locked: false, |
| 65 | prerenderingSiblingsNumber: 0, |
| 66 | }; |
| 67 | }, |
| 68 | |
| 69 | getInitialState() { |
| 70 | const containerWidth = Dimensions.get('window').width; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…