Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
rich-maker
Commits
fad46579
Commit
fad46579
authored
Jul 26, 2021
by
Soo Hyun Kim
Browse files
0726 데이터베이스 수정 및 타입 별 카테고리 분리
parent
75b8be30
Changes
2
Show whitespace changes
Inline
Side-by-side
DeptPage.js
View file @
fad46579
import
React
,
{
useState
}
from
'
react
'
;
import
{
StyleSheet
,
Text
,
View
,
FlatList
,
TouchableOpacity
,
Modal
,
Alert
,
TouchableWithoutFeedback
,
Keyboard
}
from
'
react-native
'
;
import
TodoItem
from
'
./components/
t
odoItem
'
;
import
TodoItem
from
'
./components/
T
odoItem
'
;
import
InfoForm
from
'
./screens/InfoForm
'
;
import
Ionicons
from
'
react-native-vector-icons/Ionicons
'
;
import
InfoDetails
from
'
./screens/InfoDetails
'
...
...
MemoPage.js
View file @
fad46579
import
React
,
{
useState
}
from
'
react
'
;
import
{
StyleSheet
,
Text
,
View
,
FlatList
,
TouchableOpacity
,
Modal
,
TouchableWithoutFeedback
,
Keyboard
}
from
'
react-native
'
;
import
TodoItem
from
'
./components/
t
odoItem
'
;
import
TodoItem
from
'
./components/
T
odoItem
'
;
import
Ionicons
from
'
react-native-vector-icons/Ionicons
'
;
import
{
NavigationContainer
}
from
'
@react-navigation/native
'
;
import
MemoDetails
from
'
./screens/MemoDetails
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment