I have a course coming out on building an Instagram clone from scratch using React Native & Firebase, make sure you sign up to get discounts, release date info and sample chapters! www.instaclone.app
I'm a bit concerned about the usage of 16px directly - does this not affect React-Native's ability to automatically adjust to different screen sizes? I'm very keen to give styled-components a try but don't want to run into responsiveness issues.
This is really AMAZING! Can you create an extension for this video where you can possibly have an animation the card to scroll down to position 0:03 if the user taps/swipes on the card? Sort of how maps does it.
i want to know one thing, right now i am using styled-component/native for making my component library in react native app, but i am facing performance lag. what should be the ideal css framework for making component lib for react native app?
Your video is awesome man just a tip all laptop screen sizes are almost 13 or 15 inch so u can increase the font size of the code editor so the user experience will be a lot better.. Thanks Man..!! awesome stuff
Hi! Can I use this video for normal React and not React Native? Thank you!! So far your videos look so cool but I'm still learning React alone, not native yet! :D
How can I install expo/vector-icons yesterday I tried and I messed up my project because I tried with several like antd, expo icons and others and I have to start from scratch because I couldn't remove the dependencies, I'm very new at ReactNative. Anyway thanks for your video it's a awesome start to create apps with ReactNative.
Welcome! Are you using expo? If so, no need to install the package, it’s always available. To remove a dependency, just look in your package.json file, remove the one you want, then run npm install.
@@DesignIntoCode Thanks, actually I did it and my project came back but I have to delete all the content related to AntDesing, because as soon as I add it, it just breaks.
Sounds like there’s something not correct in your code. Just having a package installed isnt going to cause any problems, only when you start referencing it. If you post your code related to that and what the errors you’re getting are, I can take a look to see what’s going on
good evening I have a question for you? could you explain to me how your line of learning was to do this kind of things, which I find very interesting, or if you can share with me the information or knowledge you have about the subject thank you very much
I have a course coming out on building an Instagram clone from scratch using React Native & Firebase, make sure you sign up to get discounts, release date info and sample chapters! www.instaclone.app
What do you think about styled components? Are they your preferred method? Do you like inline styles, or something else?
Thank God you're using styled component I love style components
It's so much cleaner
I have used styled components in building huge web apps and I must say, I like using them in react native too. This is awesome. Thanks
How do you use Animated Api with sc?
I'm a bit concerned about the usage of 16px directly - does this not affect React-Native's ability to automatically adjust to different screen sizes? I'm very keen to give styled-components a try but don't want to run into responsiveness issues.
OMG!!, Switch in styled text is amazing!
Never thought of using a switch statement like that...
Learning while enjoying the background music. Ended up shazaming the music :)
Very nice vid ♥️!!! I'm your number one follower...Keep going dude.
This is really AMAZING! Can you create an extension for this video where you can possibly have an animation the card to scroll down to position 0:03 if the user taps/swipes on the card? Sort of how maps does it.
that would be cool if you can do that!
Nice video! Can I use your design in one of my projects?
He just made me fall in love with react native all over again, cooool😎😎😎. This whole coding is on a Sage level
i want to know one thing, right now i am using styled-component/native for making my component library in react native app, but i am facing performance lag. what should be the ideal css framework for making component lib for react native app?
Amazing keep doing more bro
7:23 If you're using typescript...
const Text = styled.Text`
color: ${({ dark }) => (dark ? "#000" : "#fff")};
${({ type }) => {
switch (type) {
case "title":
return "font-size: 32px;";
case "large":
return "font-size: 20px;";
case "small":
return "font-size: 13px;";
default:
return "";
}
}}
`;
Thats really cool man if you can use collapsible header this apps returns must be more delicus :D
Wow This is amazing, I'm still a newbie to programming.. So can you please tell me where you learned all these?
Nice video!! Love it.💓
Your video is awesome man just a tip all laptop screen sizes are almost 13 or 15 inch so u can increase the font size of the code editor so the user experience will be a lot better.. Thanks Man..!! awesome stuff
I have it as large as I can when recording
@@DesignIntoCode can't u increase it in the vs code itself..??
Yes, obviously you can increase it. However, the next zoom up, I can get about 4 words per line.
@@DesignIntoCode ok no issues
I'm not getting auto complete for css, how can i get it?
Hi! Can I use this video for normal React and not React Native? Thank you!!
So far your videos look so cool but I'm still learning React alone, not native yet! :D
I’d say for the most part you probably can
what are the pros of switching from styleSheet objects to Styled components?
it's better than inline style. But in my vscode there is no auto suggestion for styled-components
I believe there’s an extension for that, but ya it’s definitely not as seamless to use in vscode as just vanilla react
Usar styled-components em um projeto não almenta o tamanho do apk? No caso iria ter vários arquivos com várias Strings isso deveria deixar o apk mior?
Is it an app or just one component example?
What's you theme and font?
It’s a version of Nord. I think I’m just using source code pro
How can I install expo/vector-icons yesterday I tried and I messed up my project because I tried with several like antd, expo icons and others and I have to start from scratch because I couldn't remove the dependencies, I'm very new at ReactNative. Anyway thanks for your video it's a awesome start to create apps with ReactNative.
Welcome! Are you using expo? If so, no need to install the package, it’s always available. To remove a dependency, just look in your package.json file, remove the one you want, then run npm install.
@@DesignIntoCode Thanks, actually I did it and my project came back but I have to delete all the content related to AntDesing, because as soon as I add it, it just breaks.
Sounds like there’s something not correct in your code. Just having a package installed isnt going to cause any problems, only when you start referencing it. If you post your code related to that and what the errors you’re getting are, I can take a look to see what’s going on
Also need to know if you are using expo or not...
@@DesignIntoCode I don't know, this is pretty much what I been doing so far. pastebin.com/1twE7qQB
good evening
I have a question for you?
could you explain to me how your line of learning was to do this kind of things, which I find very interesting, or if you can share with me the information or knowledge you have about the subject
thank you very much
Reading, and practice practice practice
kindly make a video of the installation of emulator
very good!
Fantastic movie! Thkns
cant really see you're code is to small.
wow
I like it ❤, but I don't have money for this course
thank u am learn somthing