Skip to content

Commit ea717c2

Browse files
committed
asdasd
1 parent c46dca6 commit ea717c2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,15 @@ route.params 안에서 변수를 전달할 수 있다.
119119
덮어쓰기가 됨.
120120
121121
```jsx
122-
<%raw%>
122+
123123
<Stack.Navigator
124124
initialRouteName="List"
125-
screenOptions={{
125+
screenOptions=<%raw%>{{
126126
contentStyle: {
127127
backgroundColor: '#fff',
128128
},
129-
}}
129+
}}<%endraw%>
130130
>
131-
<%endraw%>
132131
```
133132
134133
위와 같이 해주면 모든 color가 흰색이 됨

0 commit comments

Comments
 (0)