Skip to content

Instantly share code, notes, and snippets.

@haruelrovix
Created December 11, 2018 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haruelrovix/4cece6275cf40d97defb036756bab82b to your computer and use it in GitHub Desktop.
Save haruelrovix/4cece6275cf40d97defb036756bab82b to your computer and use it in GitHub Desktop.
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