-
Notifications
You must be signed in to change notification settings - Fork 37
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
Some refacts #11
base: main
Are you sure you want to change the base?
Some refacts #11
Conversation
guillemfondin
commented
Jan 20, 2022
- clean some code
- fix expo warning (rollback @react-native-picker/picker from 2.2.1 to 2.1.0, and up react-native to 0.64.3)
- Add .gitignore
…er from 2.2.1 to 2.1.0, and up react-native to 0.64.3)
Duplicate of #5 ? |
In the idea sure, but I think most changes are differents |
@@ -134,7 +134,7 @@ export default function CandidateProfile({ route }) { | |||
}} | |||
onPress={() => | |||
navigation.navigate("ThemeByCandidate", { | |||
idCandidat: IDCandidat, | |||
idCandidat: IDCandidate, |
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.
We should rename the key ? To make uniform "idcandidate"
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 I think also, but it needs to change it everywhere on the app, and I'm running out of time for now...
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.
Merci pour la contribution tout fonctionne pour moi ! 😁