| 13 | const screen = Dimensions.get('window'); |
| 14 | |
| 15 | class LegalLabel extends React.Component<any, any> { |
| 16 | state = { |
| 17 | _legalLabelPositionY: new Animated.Value(10), |
| 18 | legalLabelPositionY: 10, |
nothing calls this directly
no outgoing calls
no test coverage detected