-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Theses Functionality (After Auth). #1
Conversation
import { HStack, NativeBaseProvider } from "native-base"; | ||
import { FontAwesome5 } from "@expo/vector-icons"; | ||
|
||
const AddSourcesModal = ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an example comment.
<RootStack.Screen | ||
name="CreateThesis" | ||
component={CreateThesisScreen} | ||
/> | ||
<RootStack.Screen | ||
name="CreatePost" | ||
component={CreatePostScreen} | ||
/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this where you added the navigation to CreateThesisScreen and CreatePostScreen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, that's exactly what that is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey I approve, but look at my comments.
This is an example description.