Created
December 11, 2018 22:10
-
-
Save haruelrovix/4cece6275cf40d97defb036756bab82b to your computer and use it in GitHub Desktop.
RNE x RNW: Placeholder for second screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { Text, View } from 'react-native'; | |
import styles from '../Shared.style'; | |
const CommitList = () => ( | |
<View style={styles.container}> | |
<Text>Placeholder for second screen</Text> | |
</View> | |
); | |
export default CommitList |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment