Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신승민
/
pocketMovie
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
korkeep
2019-12-09 01:08:10 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a70cb78559db708c02847093b749c13b38dc3b0e
a70cb785
1 parent
b89e1dd5
주석 설정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
Components/AppTabNavigator/WantToWatchTab.js
Components/AppTabNavigator/WantToWatchTab.js
View file @
a70cb78
...
...
@@ -96,6 +96,7 @@ export default class App extends Component {
return
(
<
View
style
=
{
styles
.
container
}
>
<
TouchableOpacity
onPress
=
{
this
.
componentDidMount
.
bind
(
this
)}
>
{
/* 눌러용 누르면 리스트 갱신됩니다 */
}
<
Text
style
=
{
styles
.
textStyle
}
>
눌러용
<
/Text
>
<
/TouchableOpacity
>
<
Text
style
=
{
styles
.
textStyle
}
>
{
this
.
state
.
list
}
<
/Text
>
...
...
Please
register
or
login
to post a comment