Forráskód Böngészése

실제 폴더 이름 변경
git mv foldername tmp && git mv tmp foldername

goodboy 6 éve
szülő
commit
d1fcc16e79

+ 0 - 22
Src/Component/Header.js

@@ -1,22 +0,0 @@
-import React from 'react';
- 
-import i18n from  "i18n-js";
-
-import C from 'rn-class'
-
-export default (props) => {
-    return (
-        <C.EL.Header 
-            ccls="bgc-color-transparent"
-            leftComponent={<C.Image source={require("../Res/header_bubble.png")}  cls="ml2 w10 h10"  resizeMode="contain" />}  
-            centerComponent={<C.Text cls="f3 fw-b ">EMPTY</C.Text>}
-            rightComponent={
-                <C.View cls="flx-row jc-sa w25 ">
-                    <C.EL.Button title="P" ccls="w10" btncls="br19.9"/>
-                    <C.EL.Button title="E" ccls="w10" btncls="br19.9"/>  
-                 </C.View>
-            }
-        >
-        </C.EL.Header>
-    )
-}

Src/components/Header.js → src/components/Header.js


Src/I18n/ko.js → src/i18n/ko.js


Src/Pages/_1_Login.js → src/pages/_1_Login.js


Src/Pages/_2_AcceptTerms.js → src/pages/_2_AcceptTerms.js


Src/Pages/_3_Guide1.js → src/pages/_3_Guide1.js


Src/Pages/_4_Guide2.js → src/pages/_4_Guide2.js


Src/Pages/_5_Main.js → src/pages/_5_Main.js


Src/Pages/_6_List.js → src/pages/_6_List.js


Src/Popup/_1_TermsPopup.js → src/popup/_1_TermsPopup.js


Src/Res/Lying_meditation.png → src/res/Lying_meditation.png


Src/Res/Seatand_meditation.png → src/res/Seatand_meditation.png


Src/Res/Standing_meditation.png → src/res/Standing_meditation.png


Src/Res/Working_meditation.png → src/res/Working_meditation.png


Src/Res/header_bubble.png → src/res/header_bubble.png


Src/Res/speech_bubble.png → src/res/speech_bubble.png