()
| 55 | } |
| 56 | |
| 57 | export default function SimpleExample() { |
| 58 | return ( |
| 59 | <View style={{ marginTop: 0, flex: 1 }}> |
| 60 | <SafeAreaProvider> |
| 61 | <SimpleExampleScreen /> |
| 62 | </SafeAreaProvider> |
| 63 | </View> |
| 64 | ); |
| 65 | } |
nothing calls this directly
no outgoing calls
no test coverage detected