if you guys are getting weird shadow box after doing headerTransparent: true, then you can add this line also headerShadowVisible: false👍. Love this tutorial series 💞🤘
@fsniraj3 жыл бұрын
And I love this comment.
@ahmadsufi436710 ай бұрын
If you guys got an error when import HeaderHeight at 12:06 timestamp, this is the corrected import: import { useHeaderHeight } from '@react-navigation/elements';
@plelkes2 жыл бұрын
Thanks for the tutorial! I getting a warning in VS Code: "React Components must start with an uppercase letter" What to do? Thanks in advance /Peter
@fsniraj2 жыл бұрын
Make sure when ever you are creating custom components use camel case for name like Header.js or HeaderTitle.js you should always use upper case for component names.
@plelkes2 жыл бұрын
@@fsniraj Thanks for your answer! I know that I should use upper case for component names.My problem is, following your video, I get this "WARNING 10:47 Got a component with the name 'renderNoteScreen' for the screen 'Note Screen'. React Components must start with an uppercase letter. If you're passing a regular function and not a component, pass it as children to 'Screen' instead. Otherwise capitalize your component's name." My question is / where can I do to avoid this warning? thanks /Peter
@fsniraj2 жыл бұрын
I don't know the code you have written and if it is possible you can send me the screen shot of your code. But if you just want to solve the warning change your name from renderNo... to RenderNot...
@plelkes2 жыл бұрын
@@fsniraj the relevant parts of my code: const renderNoteScreen = (props) => ;
@fsniraj2 жыл бұрын
@@plelkes if you are still getting those warnings use inline return statement like. } />
@milankumaradhikari59623 жыл бұрын
nice content bro keep going
@fsniraj3 жыл бұрын
Thanks man, I will
@milankumaradhikari59623 жыл бұрын
@@fsniraj I need the code for editing and deleting notes which I didn't find in the playlist
@fsniraj3 жыл бұрын
@@milankumaradhikari5962 videos are coming
@rezamohammadi12102 жыл бұрын
for me still the screen is blank
@AbhinavKumar-dl2ph Жыл бұрын
I am also getting a blank screen. Did you find the solution ?
@AbhinavKumar-dl2ph Жыл бұрын
7:10 I'm just getting a blank screen here. Just Note Screen Header is visible and rest content is blank. How do I fix this ??