Renamed directory

This commit is contained in:
Federico Kereki
2018-09-15 10:21:19 -03:00
parent d94877aba7
commit 699fd22567
57 changed files with 17 additions and 19 deletions
-23
View File
@@ -1,23 +0,0 @@
import React from "react";
import { StyleSheet, Text, View } from "react-native";
export default class App extends React.Component {
render() {
return (
<View style={styles.container}>
<Text>Open up App.js to start working on your app!</Text>
<Text>Changes you make will automatically reload.</Text>
<Text>Shake your phone to open the developer menu.</Text>
</View>
);
}
}
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: "#fff",
alignItems: "center",
justifyContent: "center"
}
});