Skip to content

Instantly share code, notes, and snippets.

@haruelrovix
Created December 11, 2018 22:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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