| 7 | const MAX_HEIGHT = Dimensions.get('window').height * 0.7 |
| 8 | |
| 9 | class ActionSheet extends React.Component { |
| 10 | static defaultProps = { |
| 11 | tintColor: '#007AFF', |
| 12 | buttonUnderlayColor: '#F4F4F4', |
nothing calls this directly
no outgoing calls
no test coverage detected