| 1 | import React, { Component } from 'react'; |
| 2 | import { Platform } from 'react-native'; |
| 3 | import { Button as BaseButton } from 'react-native-elements'; |
| 4 | import { colors, fonts, normalize } from 'config'; |
nothing calls this directly
no test coverage detected