Skip to content

Instantly share code, notes, and snippets.

@haruelrovix
Created December 11, 2018 22:10
RNE x RNW: Placeholder for second screen
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