Skip to content

Commit c46dca6

Browse files
committed
asd
1 parent c7e45f2 commit c46dca6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_posts/ReactNative/2023-05-03-12 네비게이션.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,16 @@ route.params 안에서 변수를 전달할 수 있다.
119119
덮어쓰기가 됨.
120120
121121
```jsx
122+
<%raw%>
122123
<Stack.Navigator
123124
initialRouteName="List"
124-
screenOptions={ {
125+
screenOptions={{
125126
contentStyle: {
126127
backgroundColor: '#fff',
127128
},
128-
} }
129+
}}
129130
>
131+
<%endraw%>
130132
```
131133
132134
위와 같이 해주면 모든 color가 흰색이 됨

0 commit comments

Comments
 (0)