File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "sort-imports.default-sort-style" : " module-scoped"
3
+ }
Original file line number Diff line number Diff line change
1
+ import React from "react" ;
2
+ import { TouchableOpacity } from "react-native-gesture-handler" ;
3
+
4
+ import { NativeStackScreenProps } from "@react-navigation/native-stack" ;
5
+
6
+ import { RootStackParamList } from "../../App" ;
1
7
import {
2
8
Bold ,
3
9
Container ,
@@ -11,16 +17,11 @@ import {
11
17
WaitingParagraph ,
12
18
} from "./style" ;
13
19
14
- import { NativeStackScreenProps } from "@react-navigation/native-stack" ;
15
- import React from "react" ;
16
- import { RootStackParamList } from "../../App" ;
17
- import { TouchableOpacity } from "react-native-gesture-handler" ;
18
-
19
20
type Props = NativeStackScreenProps < RootStackParamList , "Home" > ;
20
21
21
22
const Home = ( { navigation } : Props ) => {
22
23
// TODO: 환경변수로 빼려고 합니다.
23
- const host = `http://192.168.35.5 :19000` ;
24
+ const host = `http://192.168.35.250 :19000` ;
24
25
25
26
const logoURI = `${ host } /src/assets/image/logo.png` ;
26
27
const laughGroupURI = `${ host } /src/assets/image/laugh-group.png` ;
You can’t perform that action at this time.
0 commit comments