Conversation
| <Stack.Screen name="SettingsScreen" component={AccountSettings} /> | ||
| <Stack.Screen name="GameScreen" component={GameScreenFlow} options={{ | ||
| headerTitle: () => { return <Text style={{color:"#5eafdf", fontSize:20}}>Vocabulary Practice</Text> }, | ||
| headerTitle: () => { return <Text style={{ color: "#5eafdf", fontSize: 20 }}>Vocabulary Practice</Text> }, |
There was a problem hiding this comment.
Just leaving a note here that we'll probably have to update the fonts in a few files. Left a note on #196 (the fonts PR) as well. We can merge this PR in first and then handle the conflicts/update fonts in that PR since we're waiting on updating the fonts in the tutorial pictures anyway.
Relevant files: App.tsx, PrimaryButton.tsx, and adminScreen.tsx
|
Got the below error for both
Status: email Error: The file does not exist. Given path: |
Placeholder version of consent copy text has been uploaded to production Firestore as well as emulator db. Consent screen is finished (apart from any styling we want to change and of course the copy text itself). Admin screen currently just has a text input and a save button to update the text stored in Firestore. Will finalize admin screen once PR #193 (export test data) is merged into dev.
|
Please wrap the admin screen a ScrollView :) |
…m Text (#205) * started adding consent screen doesn't really work rn tho * Finished Consent Screen Placeholder version of consent copy text has been uploaded to production Firestore as well as emulator db. Consent screen is finished (apart from any styling we want to change and of course the copy text itself). Admin screen currently just has a text input and a save button to update the text stored in Firestore. Will finalize admin screen once PR #193 (export test data) is merged into dev. * Added edit/save consent text capability on admin screen * Changed consent screen to title case * Moved consent screen out of screens dir temporarily * Moved ConsentScreen back into screens directory * Added automatic scroll to bottom of screen when keyboard is opened
Closes #165 . Redesigned admin screen and enabled export of test data.


