Skip to content

Commit

Permalink
Merge pull request #27 from lani009/dev
Browse files Browse the repository at this point in the history
Dev final release
  • Loading branch information
lani009 authored Aug 25, 2021
2 parents 8f063ad + 65fd9ba commit fda15cc
Show file tree
Hide file tree
Showing 163 changed files with 12,653 additions and 430 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

App/FollowApp/.eslintrc.js
App/FollowApp/package-lock.json
App/FollowApp/.eslintrc.js
Binary file added App/.DS_Store
Binary file not shown.
13 changes: 11 additions & 2 deletions App/FollowApp/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
module.exports = {
root: true,
extends: '@react-native-community',
root: true,
extends: '@react-native-community',
lintonsave: false, // 삭제 해야함.
rules: {
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
},
};
12 changes: 6 additions & 6 deletions App/FollowApp/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
tabWidth: 4,
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
tabWidth: 4,
};
116 changes: 14 additions & 102 deletions App/FollowApp/App.js
Original file line number Diff line number Diff line change
@@ -1,115 +1,27 @@
/**
* Sample React Native App
* https://github.com/facebook/react-native
*
* @format
* @flow strict-local
*/

import React from 'react';
import {
SafeAreaView,
ScrollView,
StatusBar,
StyleSheet,
Text,
useColorScheme,
View,
} from 'react-native';

import {
Colors,
DebugInstructions,
Header,
LearnMoreLinks,
ReloadInstructions,
} from 'react-native/Libraries/NewAppScreen';

const Section = ({children, title}) => {
const isDarkMode = useColorScheme() === 'dark';
return (
<View style={styles.sectionContainer}>
<Text
style={[
styles.sectionTitle,
{
color: isDarkMode ? Colors.white : Colors.black,
},
]}>
{title}
</Text>
<Text
style={[
styles.sectionDescription,
{
color: isDarkMode ? Colors.light : Colors.dark,
},
]}>
{children}
</Text>
</View>
);
};
import {StatusBar} from 'react-native';
import {ThemeProvider} from 'styled-components';
import {theme} from './src/theme';
import Navigation from './src/navigations/navigation';
import {SafeAreaProvider} from 'react-native-safe-area-context';
import {UserContextProvider} from './src/context/UserContext';

const App = () => {
const isDarkMode = useColorScheme() === 'dark';

const backgroundStyle = {
backgroundColor: isDarkMode ? Colors.darker : Colors.lighter,
};

return (
<SafeAreaView style={backgroundStyle}>
<StatusBar
barStyle={isDarkMode ? 'light-content' : 'dark-content'}
/>
<ScrollView
contentInsetAdjustmentBehavior="automatic"
style={backgroundStyle}>
<Header />
<View
style={{
backgroundColor: isDarkMode
? Colors.black
: Colors.white,
}}>
<Section title="Step One">
Edit <Text style={styles.highlight}>App.js</Text> to
change this screen and then come back to see your edits.
</Section>
<Section title="See Your Changes">
<ReloadInstructions />
</Section>
<Section title="Debug">
<DebugInstructions />
</Section>
<Section title="Learn More">
Read the docs to discover what to do next:
</Section>
<LearnMoreLinks />
</View>
</ScrollView>
</SafeAreaView>
<SafeAreaProvider>
<ThemeProvider theme={theme}>
<StatusBar />
<UserContextProvider>
<Navigation />
</UserContextProvider>
</ThemeProvider>
</SafeAreaProvider>
);
};

const styles = StyleSheet.create({
sectionContainer: {
marginTop: 32,
paddingHorizontal: 24,
},
sectionTitle: {
fontSize: 24,
fontWeight: '600',
},
sectionDescription: {
marginTop: 8,
fontSize: 18,
fontWeight: '400',
},
highlight: {
fontWeight: '700',
},
});

export default App;
2 changes: 1 addition & 1 deletion App/FollowApp/__tests__/App-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import App from '../App';
import renderer from 'react-test-renderer';

it('renders correctly', () => {
renderer.create(<App />);
renderer.create(<App />);
});
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified App/FollowApp/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion App/FollowApp/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">FollowApp</string>
<string name="app_name">LookON</string>
</resources>
5 changes: 5 additions & 0 deletions App/FollowApp/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ android.enableJetifier=true

# Version of flipper SDK to use with React Native
FLIPPER_VERSION=0.75.1

MYAPP_RELEASE_STORE_FILE=my-release-key.keystore
MYAPP_RELEASE_KEY_ALIAS=my-key-alias
MYAPP_RELEASE_STORE_PASSWORD=*****
MYAPP_RELEASE_KEY_PASSWORD=*****
Empty file modified App/FollowApp/android/gradlew
100644 → 100755
Empty file.
4 changes: 3 additions & 1 deletion App/FollowApp/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
rootProject.name = 'FollowApp'
rootProject.name = 'LookON'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
7 changes: 4 additions & 3 deletions App/FollowApp/app.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "FollowApp",
"displayName": "FollowApp"
}
"name": "FollowApp",
"displayName": "LookON",
"icon": "./asset/icon.png"
}
Binary file added App/FollowApp/asset/img/FindImage/Clothes/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/FindImage/Clothes/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/FindImage/Clothes/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/HomeScreen/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/HomeScreen/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/HomeScreen/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/HomeScreen/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/HomeScreen/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/MyCloset/MyAvatar/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/MyCloset/MyAvatar/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/MyCloset/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/MyLook/MyLookTest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/TryOn/Avatar/0_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/TryOn/Avatar/0_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added App/FollowApp/asset/img/TryOn/Avatar/0_2.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/0_3.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/1_0.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/1_1.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/1_2.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/1_3.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/2_0.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/2_1.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/2_2.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/2_3.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/3_0.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/3_1.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/3_2.png
Binary file added App/FollowApp/asset/img/TryOn/Avatar/3_3.png
Binary file added App/FollowApp/asset/img/TryOn/Clothes/bottom1.png
Binary file added App/FollowApp/asset/img/TryOn/Clothes/bottom2.png
Binary file added App/FollowApp/asset/img/TryOn/Clothes/bottom3.png
Binary file added App/FollowApp/asset/img/TryOn/Clothes/top1.png
Binary file added App/FollowApp/asset/img/TryOn/Clothes/top2.png
Binary file added App/FollowApp/asset/img/TryOn/Clothes/top3.png
Binary file added App/FollowApp/asset/img/TryOn/Look/1_1.png
Binary file added App/FollowApp/asset/img/TryOn/Look/1_2.png
Binary file added App/FollowApp/asset/img/TryOn/Look/1_3.png
Binary file added App/FollowApp/asset/img/TryOn/Look/2_1.png
Binary file added App/FollowApp/asset/img/TryOn/Look/2_2.png
Binary file added App/FollowApp/asset/img/TryOn/Look/2_3.png
Binary file added App/FollowApp/asset/img/TryOn/Look/3_1.png
Binary file added App/FollowApp/asset/img/TryOn/Look/3_2.png
Binary file added App/FollowApp/asset/img/TryOn/Look/3_3.png
Binary file added App/FollowApp/asset/img/icon.png
2 changes: 1 addition & 1 deletion App/FollowApp/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
presets: ['module:metro-react-native-babel-preset'],
};
Loading

0 comments on commit fda15cc

Please sign in to comment.