I followed steps and still tailwind+nativewind not effective.
@CodeWithRomaen3 күн бұрын
@@Sean-bo2lb I think there has been some new updates for tailwind and nativewind so this tutorial might be a little out of date now. Might need to make a new one
@Sean-bo2lb3 күн бұрын
@@CodeWithRomaen I followed this video kzbin.info/www/bejne/b4THnqqHhcefeKs and able to fix the problem. Main issue was confusion nativewind 4 instructions and location of files and path mentioned.
@neerajdahit69976 күн бұрын
it is giving me an error .plugins is not a valid plugin ? after comment add plugin project work but tailwind css not help me
@CodeWithRomaen6 күн бұрын
@@neerajdahit6997 that is weird. When exactly do u get this error?
@neerajdahit69976 күн бұрын
@@CodeWithRomaen i try it several time with different templates also watched several video tutorials but they did same as you told in video and i also follow but getting erro every time i copy pasted plugins line in bable config
@CodeWithRomaen6 күн бұрын
@@neerajdahit6997 nativewind has recently updated to v4 so you can try the new docs. Something might be different www.nativewind.dev/getting-started/expo-router
@roopeshvetcha8 күн бұрын
how do you create these type of videos
@CodeWithRomaen8 күн бұрын
@@roopeshvetcha used screen studio to record. Then put them together in a video editor
@topo685712 күн бұрын
5 words, crack
@CodeWithRomaen12 күн бұрын
@@topo6857 hahah thanks! 🙏
@TikeshSingh-e7l20 күн бұрын
Thank you so much man, my TW was not at all working and i didnt know i have to install 3.3.2 version finally its working. thank you. Your video saved me.
@CodeWithRomaen20 күн бұрын
@@TikeshSingh-e7l glad dude
@mahmoudmoussa929421 күн бұрын
Thanks!!
@ketchupparty999723 күн бұрын
I was having the issue with typescript className Thanks man
@jhutanda23 күн бұрын
You need to "ZOOM IN" when write code. Thank you.
@AmanKumar-xf3ygАй бұрын
which VS extensions are you using?
@CodeWithRomaenАй бұрын
@@AmanKumar-xf3yg quite a few. Any one in particular u are asking about?
@sebastianocampo8825Ай бұрын
Muchas gracias! Saludos desde Colombia
@joshuaheathcote2116Ай бұрын
I followed the instructions as well as the instructions on the website, and it isn't working. :(
@CodeWithRomaenАй бұрын
@@joshuaheathcote2116 if you can send me a picture of your error or something I would be happy to take a look
@dannyisraelАй бұрын
How about for web 😬
@CodeWithRomaenАй бұрын
@@dannyisrael here is the installation guide for web tailwindcss.com/docs/installation. It should be much easier to follow
@averywlittleАй бұрын
Man I've tried everything.... it just doesn't apply styles at all. I event ran the tailwind output and got classes for my custom classes, but when I build the project they don't generate!
@CodeWithRomaenАй бұрын
@@averywlittle dang that sucks. Nativewind v4 will be releasing soon. You can try following their documentation www.nativewind.dev/v4/overview
@evanswang8401Ай бұрын
I've been struggling with this className error all day. Thank you so much for helping me out!
@CodeWithRomaenАй бұрын
@@evanswang8401 aww glad it was helpful
@doyuxАй бұрын
Thank you so much, this video is so helpful this video really save my life(and my project)
@CodeWithRomaenАй бұрын
@@doyux hey glad I could help!
@BradyDowlingАй бұрын
Very nice! What software are you using to record and edit your videos?
@CodeWithRomaenАй бұрын
@@BradyDowling thanks! I use screen studio
@kathirkarthik61442 ай бұрын
wonderful bro ! In my entire dev journey i have never seen a tutor who teaches as short and sweet as you ❤
@CodeWithRomaen2 ай бұрын
@@kathirkarthik6144 Hey glad it was helpful!
@Abdurrahman-pz7hq2 ай бұрын
❤❤❤
@sonuu_202 ай бұрын
tried this still the tailwindcss is not working...
@CodeWithRomaen2 ай бұрын
@@sonuu_20 sorry about that. nativewind might have updated or something could be wrong. Feel free to link me anything you can show me and I can take a look
@infinitesperro79622 ай бұрын
I have done everything as you said but it doesnot work for me there are not any errors but tailwind csss desnot work
@CodeWithRomaen2 ай бұрын
@@infinitesperro7962 that's odd. Something might have changed as the tutorial is a few months old now
@infinitesperro79622 ай бұрын
@@CodeWithRomaen it was not running on that project only later on i created new and its running fine thanks for you guidance bud🙏🙏
@zancrow_gaming2 ай бұрын
I am planning to make like a shadcn for mobile but with native code. This will be really useful, coming from web development. I'm almost done already.
@CodeWithRomaen2 ай бұрын
@@zancrow_gaming yea that's awesome. Love me some shadcn 💕
2 ай бұрын
Im looking that ImagePicker have this function ImagePicker.launchCameraAsync but when I invoke it, It doesnt launch the camera
@CodeWithRomaen2 ай бұрын
Yes it does and it should work. If u share your code I can take a look
2 ай бұрын
@@CodeWithRomaen I have this function that I´m triggering through a Button onPress: const handlePhotoPress = async() => { let result = await ImagePicker.launchCameraAsync({ allowsEditing: true, aspect: [1, 1], quality: 1, }) if(!result.canceled){ setImage(result.assets[0].uri) } } it throws me that error: console warning: possible unhandled promise rejection (id 1): Error missing a camera or roll permission. I ve edited the permissions on info.plist that I've found on ./ios/name_of_my_project_info.plist an put that code before </dict> ends: <key>NSPhotoLibraryUsageDescription</key> <string>Give $(PRODUCT_NAME) permission to save photos</string> <key>NSCameraUsageDescription</key> <string>Give $(PRODUCT_NAME) permission to access your camera</string> <key>NSMicrophoneUsageDescription</key> <string>Give $(PRODUCT_NAME) permission to use your microphone</string> , and I'm running as this: npx expo run:ios --device and then I select my physical device
@PanzerPW2 ай бұрын
Excellent, fast, clear and objective
@CodeWithRomaen2 ай бұрын
Thank you
@ronaldoclementerodriguezco69362 ай бұрын
master!.... thanks you so much!
@ronaldoclementerodriguezco69362 ай бұрын
love it bro! nice work!!!
@CodeWithRomaen2 ай бұрын
aww thanks dude
@manushprajwal79122 ай бұрын
thanks bro was really helpfull
@mr.random84473 ай бұрын
Yeah it works with out of the box tailwind config, but adding your own presets or extending the config, doesn't seem to work.
@lilgujj42412 ай бұрын
same for me, tried adding custom colors but doesn't work
@mr.random84472 ай бұрын
@@lilgujj4241 I changed the preset order and that worked for me
@IlliaSedzin3 ай бұрын
Hey man! Do you know is it possible to customize screen where user crops image?
@CodeWithRomaen3 ай бұрын
Not using this package no. You will have to build your custom version or look for another package
@AleOnYouTube3 ай бұрын
I guess it was just our mistakes for not reading the docs, but holy hell no one talks about this and to find you with this video quality and few subs... you deserve more!
@CodeWithRomaen3 ай бұрын
hey thanks for the kind words dude! I think with nativewind version 4.0 this issue should be fixed
@shaun_s01Ай бұрын
real
@pollick10563 ай бұрын
I can only put one style on my text or it just doesnt work... this works: <Text className="text-2xl" >Yo</Text> this doesn't <Text className="text-2xl font-bold" >Yo</Text>
@CodeWithRomaen3 ай бұрын
Yes font-weight seems to be a little tricky sometimes. U can refer to this doc www.nativewind.dev/tailwind/typography/font-family. I usually use expo-fonts to download my font say Inter-700 and use Inter-700 directly as a classname
@camryn70233 ай бұрын
i really wish i saw this before i deleted my project
@CodeWithRomaen3 ай бұрын
awwww noooo!!
@aaronmathews79194 ай бұрын
what are your cursor settings that makes it so smooth? I want that
@CodeWithRomaen4 ай бұрын
I use a recording software called screen studio. It does it automatically
@MaleeshaDinuranga-qf7ct4 ай бұрын
How do you create these videos and edit them. They are seamless. Excellent work!!
@CodeWithRomaen4 ай бұрын
Thank you. I used a software called screen studio 👍
@ninys4 ай бұрын
thanks but its not working the the tailwind changes are not working everything is in the uperleft of my screen
@CodeWithRomaen4 ай бұрын
If you are using expo, u can use this guide -> www.nativewind.dev/quick-starts/expo
@akshaymanoj29674 ай бұрын
This is a great tutorial man, but even after configuring everything just like in the video my tailwind is not taking its affect on Expo Go for some reason
@CodeWithRomaen4 ай бұрын
You can try using this article. Nativewind v4 www.nativewind.dev/v4/getting-started/expo-router
@distinct_mind4 ай бұрын
Did you code Clozzie with React Native? And did you use any UI libraries?
@CodeWithRomaen4 ай бұрын
Yes! Clozzie is made in react native and no, most of the components are custom made.
@googleaccount72525 ай бұрын
is Clozzie Open source?
@CodeWithRomaen5 ай бұрын
Hey! It's not but if there is anything you are interested in, let me know and I could make a video about it
@uctuanvu29755 ай бұрын
How to custom cameraPermission text?
@CodeWithRomaen5 ай бұрын
In app.json file you add information to change text. Here is the link docs.expo.dev/versions/latest/sdk/imagepicker/
@MalikHannan-oz5wk5 ай бұрын
awesome🔥
@CodeWithRomaen5 ай бұрын
Thanks 🔥
@egrekov5 ай бұрын
Make more videos please you are great
@CodeWithRomaen5 ай бұрын
Hey thanks! I am planning to. Do you have any videos you would like to see ?
@egrekov5 ай бұрын
@@CodeWithRomaen I’d like to see a paywall implementation for content apps
@AllAroundFlight6 ай бұрын
Would be nice if you could show us some possible interaction on those props. Maybe I am a bit too newbie but i did not understand the whole props and ...Rest thing. But that could also just be me. The other things I did unterstand really good. Thanks for explaining :)
@CodeWithRomaen6 ай бұрын
Glad! I did make this tutorial with the idea that the viewer knows the basics. I may take some time to make more beginner friendly videos later 🤗
@库炼梅拉6 ай бұрын
tqvm!
@CodeWithRomaen6 ай бұрын
Welcome
@bassamsami73196 ай бұрын
nice work thank you , but where is the json file come from and where i can find it ?
@CodeWithRomaen6 ай бұрын
I console logged the result of the image picker that gave me the json file.
@wealthy_concept13136 ай бұрын
thanks man
@CodeWithRomaen6 ай бұрын
Glad it helped
@b0b0_7 ай бұрын
Absolute legend this guy 👏🏾👏🏾👏🏾👏🏾
@CodeWithRomaen6 ай бұрын
Gotchu fam
@amadousow65987 ай бұрын
Can i have code of your module please thx
@CodeWithRomaen7 ай бұрын
Hey sorry the code for this isn't publicly available. For future videos I will try to make them public
@beeka31717 ай бұрын
Hey, I was wondering how your mouse pointer can be so smooth? I'm on a MBP M3 Max but my mouse pointer isn't as smooth as yours, how did you do that please? :)
@CodeWithRomaen7 ай бұрын
I am using screen studio to record and that video recorder helps smoothen the mouse movement 🤗
@Denyku7 ай бұрын
Hey! can u actually show your Vscode settings, Its look pretty simple and great! :)
@CodeWithRomaen7 ай бұрын
Anything specific you would like to know ? I just use the default dark+ theme. Everything else is the default setting and fonts :)
@cr_spirit39867 ай бұрын
How do I init such a project? I'm struggling...
@CodeWithRomaen7 ай бұрын
Hey! I am using react native expo. If you mean how to init a simple expo project you can learn more about it here docs.expo.dev/