김서영

change

...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
2 "devToolsPort": 19002, 2 "devToolsPort": 19002,
3 "expoServerPort": 19000, 3 "expoServerPort": 19000,
4 "packagerPort": 19001, 4 "packagerPort": 19001,
5 - "packagerPid": 28304, 5 + "packagerPid": 21728,
6 - "expoServerNgrokUrl": "https://x2-7pb.anonymous.searchguide.exp.direct", 6 + "expoServerNgrokUrl": null,
7 - "packagerNgrokUrl": "https://packager.x2-7pb.anonymous.searchguide.exp.direct", 7 + "packagerNgrokUrl": null,
8 - "ngrokPid": 9432 8 + "ngrokPid": null
9 } 9 }
......
1 { 1 {
2 - "hostType": "tunnel", 2 + "hostType": "lan",
3 "lanType": "ip", 3 "lanType": "ip",
4 "dev": true, 4 "dev": true,
5 "minify": false, 5 "minify": false,
......
...@@ -19,7 +19,7 @@ const App = () => { ...@@ -19,7 +19,7 @@ const App = () => {
19 'Regular' : require('./assets/font/NanumSquareRoundRegular.ttf'), 19 'Regular' : require('./assets/font/NanumSquareRoundRegular.ttf'),
20 }); 20 });
21 setFontLoaded(true); 21 setFontLoaded(true);
22 - } 22 + }
23 fontLoading(); 23 fontLoading();
24 }, [] ) 24 }, [] )
25 25
......
...@@ -75,7 +75,7 @@ const styles = StyleSheet.create({ ...@@ -75,7 +75,7 @@ const styles = StyleSheet.create({
75 color: '#696969' 75 color: '#696969'
76 }, 76 },
77 subtext:{ 77 subtext:{
78 - marginTop:10, 78 + marginTop:10,
79 marginBottom: 10, 79 marginBottom: 10,
80 fontSize: 30, 80 fontSize: 30,
81 color:'#999999', 81 color:'#999999',
......
...@@ -23,7 +23,7 @@ export default RateBar = (props) => { ...@@ -23,7 +23,7 @@ export default RateBar = (props) => {
23 </View> 23 </View>
24 </View> 24 </View>
25 </View> 25 </View>
26 - <StackedBarChart 26 + <StackedBarChart
27 data={ [{ 27 data={ [{
28 keyword: { 28 keyword: {
29 value: props.score.key, 29 value: props.score.key,
......
...@@ -63,7 +63,7 @@ const styles = StyleSheet.create({ ...@@ -63,7 +63,7 @@ const styles = StyleSheet.create({
63 justifyContent: 'space-around', 63 justifyContent: 'space-around',
64 width:'100%' 64 width:'100%'
65 }, 65 },
66 - data:{ 66 + data:{
67 fontSize:10, 67 fontSize:10,
68 textAlign:'center', 68 textAlign:'center',
69 fontFamily:"Regular", 69 fontFamily:"Regular",
......
...@@ -35,7 +35,7 @@ const RateMessage = ({keywordText, score }) => { ...@@ -35,7 +35,7 @@ const RateMessage = ({keywordText, score }) => {
35 const styles = StyleSheet.create({ 35 const styles = StyleSheet.create({
36 surface: { 36 surface: {
37 padding: 8, 37 padding: 8,
38 - flex: 0.3, 38 + flex: 0.2,
39 width: '95%', 39 width: '95%',
40 alignItems: 'center', 40 alignItems: 'center',
41 justifyContent: 'center', 41 justifyContent: 'center',
......
...@@ -43,7 +43,7 @@ const RateSentence = ({originalText, fixedText, keywordText }) => { ...@@ -43,7 +43,7 @@ const RateSentence = ({originalText, fixedText, keywordText }) => {
43 const styles = StyleSheet.create({ 43 const styles = StyleSheet.create({
44 surface: { 44 surface: {
45 padding: 8, 45 padding: 8,
46 - flex: 0.3, 46 + flex: 0.2,
47 width: '95%', 47 width: '95%',
48 alignItems: 'center', 48 alignItems: 'center',
49 justifyContent: 'center', 49 justifyContent: 'center',
......
...@@ -42,7 +42,7 @@ const SearchCard = (props) => ( ...@@ -42,7 +42,7 @@ const SearchCard = (props) => (
42 42
43 const styles = StyleSheet.create({ 43 const styles = StyleSheet.create({
44 image:{ 44 image:{
45 - width: 45, 45 + width: 45,
46 height: 45, 46 height: 45,
47 borderRadius: 100 47 borderRadius: 100
48 } 48 }
......