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
8590a203
Commit
8590a203
authored
Jul 24, 2021
by
Choi Ga Young
Browse files
병합에러수정
parent
a03931d9
Changes
2
Show whitespace changes
Inline
Side-by-side
DeptPage.js
View file @
8590a203
...
...
@@ -3,7 +3,7 @@ import { StyleSheet, Text, View, FlatList, TouchableOpacity, Modal, Alert, Touch
import
TodoItem
from
'
./components/todoItem
'
;
import
InfoForm
from
'
./screens/InfoForm
'
;
import
Ionicons
from
'
react-native-vector-icons/Ionicons
'
;
import
Info
d
etails
from
'
./screens/InfoDetails
'
import
Info
D
etails
from
'
./screens/InfoDetails
'
import
ButtonsForm
from
'
./components/ButtonsForm
'
;
import
{
TabView
}
from
'
react-native-elements
'
;
...
...
@@ -36,9 +36,6 @@ function DeptPage({ navigation }) {
});
}
return
(
<
TouchableWithoutFeedback
onPress
=
{()
=>
{
Keyboard
.
dismiss
();
...
...
MainScreen.js
View file @
8590a203
import
React
from
'
react
'
;
import
React
,
{
useState
}
from
'
react
'
;
import
{
View
,
Text
,
TextInput
,
StyleSheet
,
Button
,
Keyboard
,
TouchableWithoutFeedback
,
Modal
}
from
'
react-native
'
;
import
{
SpeedDial
}
from
'
react-native-elements
'
;
import
WeeklyCalendar
from
'
./components/WeeklyCalendar
'
;
import
InsertCat
from
'
./InsertCat
'
;
import
Ionicons
from
'
react-native-vector-icons/Ionicons
'
;
import
DeptPage
from
'
./DeptPage
'
;
function
MainScreen
({
navigation
})
{
const
[
number
,
onChangeNumber
]
=
useState
(
null
);
...
...
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