From 44bc536997e5b885035ad755102722709946b2ab Mon Sep 17 00:00:00 2001 From: YONGJAE LEE Date: Sat, 27 Jun 2020 00:41:19 -0700 Subject: [PATCH] [#1] feat: seperate component of buton --- FE/App.js | 6 +++--- FE/ButtonPiece.js | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 FE/ButtonPiece.js diff --git a/FE/App.js b/FE/App.js index e85dd8a..5f37fbe 100644 --- a/FE/App.js +++ b/FE/App.js @@ -1,13 +1,13 @@ import { StatusBar } from 'expo-status-bar'; import React from 'react'; -import { StyleSheet, Text, View, Button } from 'react-native'; - +import { StyleSheet, Text, View } from 'react-native'; +import ButtonPiece from './ButtonPiece.js'; export default function App() { return ( Open up App.js to start working on your app! -