()
| 193 | } |
| 194 | |
| 195 | render() { |
| 196 | return ( |
| 197 | <Fragment> |
| 198 | <StatusBar barStyle='dark-content' /> |
| 199 | <SafeAreaView> |
| 200 | <View style={styles.body}> |
| 201 | {this.renderContent()} |
| 202 | </View> |
| 203 | </SafeAreaView> |
| 204 | </Fragment> |
| 205 | ); |
| 206 | } |
| 207 | } |
| 208 | |
| 209 | const styles = StyleSheet.create({ |
nothing calls this directly
no test coverage detected