BeautyBlend: Creating a Stunning Hybrid App for Beauty Products | Full-Stack Tutorial

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 45

  • @ParmodKumar-em6sh
    @ParmodKumar-em6sh 10 місяців тому

    i watched full videos but there is not adds thanks bro🥰🥰

  • @hubesh716
    @hubesh716 Рік тому

    Osam Project next awaiting for Full Stack Chat App with CLI and Firebase THanks

  • @cangunduz75
    @cangunduz75 Рік тому

    Thanks for this video. Please share part 2 video with us. I am learning a lot from you. I want to finish this beautiful project with you. Can you share the 2nd video where you will complete the missing things like filtering etc.?

  • @CamWhite-ng1fl
    @CamWhite-ng1fl Рік тому

    Great video bro, please can you do a part 2!

  • @geekyprashant
    @geekyprashant Рік тому +4

    Hi, can you please also add checkout functionality, search functionality, filter product screen, payment gateway screen in Part 2 of the video. By the way awesome video

  • @vim1000
    @vim1000 Рік тому

    thanks, Ravi, does your paid course coverup the full ready-to-ship app?

  • @usmanmarkaz
    @usmanmarkaz Рік тому

    Thanks sir am waiting this for a long time

  • @victorzerefos6557
    @victorzerefos6557 Рік тому +1

    Hi Vetrivel, first of all thank you so much for the time spent to help us learn RN with your amazing content. I'd like to know if you intend to start using expo router in your projects? Expo 49 is out!

    • @VetrivelRavi
      @VetrivelRavi  Рік тому +1

      Great suggestion! Let me look into it

    • @victorzerefos6557
      @victorzerefos6557 Рік тому

      @@VetrivelRavi I have a look at it, adn I can tell you that's amazing!

    • @VetrivelRavi
      @VetrivelRavi  Рік тому +1

      Please do share me the link ....

  • @SaMi-kv6yi
    @SaMi-kv6yi Рік тому

    if using typescript and got error when typing className, create file "app.d.ts" in root and add one line with "/// ". After using "npm update" cmd

  • @csyokesh.s2131
    @csyokesh.s2131 Рік тому

    awesome tutorial thank you.

  • @hubesh716
    @hubesh716 Рік тому

    sir how i push my remaining code to the GitHub i already make repo for this so how i push frontend code to the frontend repo and backend code to the backend repo in one main branch

  • @olawumisegun5898
    @olawumisegun5898 Рік тому

    Thanks so much for this

  • @realleaderprashantkishore
    @realleaderprashantkishore Рік тому

    In mac air, You are using 13 inch m2 or 15 inch m2, Which one is good for react native sir?

    • @VetrivelRavi
      @VetrivelRavi  Рік тому

      Both are same....when its comes to performance....But I am using amzn.to/3YbjHHY

  • @brajagopalmukherjee1588
    @brajagopalmukherjee1588 Рік тому

    Bro need some basics to advanced concepts tutorial with bacis application implementation??

  • @welthgod6020
    @welthgod6020 Рік тому

    snap.png is not available in assets folder

  • @pandieswariravi7959
    @pandieswariravi7959 Рік тому

    Good bro 👍

  • @saherraza7110
    @saherraza7110 Рік тому

    how can i download its source code?

  • @mohammedthalha5006
    @mohammedthalha5006 Рік тому

    🔥🔥

  • @tauraikuvarega1580
    @tauraikuvarega1580 Рік тому

    nice make a courier app next

  • @imranrao4044
    @imranrao4044 Рік тому

    Thanks Man Love From Pakistan And make Also with Authtication login or logout then you will get 100 with 100

  • @nuggets5787
    @nuggets5787 Рік тому

    for some reason tail wind css never worked for me on my expo project. I kept trying for hours

    • @VetrivelRavi
      @VetrivelRavi  Рік тому

      please make sure that you configured it properly mainly on babel.config.js and tailwind.config.js.... and once its installed please restart the server....please check this link : www.nativewind.dev/

    • @emmanuelchimnadindu9267
      @emmanuelchimnadindu9267 Рік тому

      i know your problem

  • @kumarc326
    @kumarc326 Рік тому

    Nae tab bar navigation la epdi U curve vaikradhu for selected tab ku pls tell me

  • @dheerajmaurya2248
    @dheerajmaurya2248 Рік тому

    Bottom tab Navigation is coming up with keyboard , can anyone help me here ?

    • @VetrivelRavi
      @VetrivelRavi  Рік тому

      Make sure that its positioning is set correctly and not affected by the keyboard. Ensure that the component is anchored to the bottom of the screen using appropriate layout properties.

    • @dheerajmaurya2248
      @dheerajmaurya2248 Рік тому

      @@VetrivelRavi please have a look whenever u find some time , i tried multiple things but still facing same issue

    • @dheerajmaurya2248
      @dheerajmaurya2248 Рік тому

      @@VetrivelRavi i fixed it with below code import {
      View,
      TouchableOpacity,
      Keyboard,
      StyleSheet,
      Dimensions,
      } from "react-native";
      import React from "react";
      import { FontAwesome, MaterialIcons } from "@expo/vector-icons";
      import { useNavigation } from "@react-navigation/native";
      import { AntDesign } from "@expo/vector-icons";
      const { width, height } = Dimensions.get("window");
      const BottomTab = ({ activeScreen }) => {
      const navigation = useNavigation();
      const [keyboardShow, setKeyboardShow] = React.useState();
      React.useEffect(() => {
      const keyboardDidShowListener = Keyboard.addListener(
      "keyboardDidShow",
      () => {
      setKeyboardShow(true);
      }
      );
      const keyboardDidHideListener = Keyboard.addListener(
      "keyboardDidHide",
      () => {
      setKeyboardShow(false);
      }
      );
      return () => {
      keyboardDidHideListener.remove();
      keyboardDidShowListener.remove();
      };
      }, []);
      return (
      {keyboardShow ? (
      ) : (

      navigation.navigate("Home")}>

      navigation.navigate("WishListScreen")}
      >

      navigation.navigate("CartScreen")}>

      navigation.navigate("LoginScreen")}
      >


      )}
      );
      };
      const styles = StyleSheet.create({
      container: {
      width: width,
      height: width / 5,
      },
      });
      export default BottomTab;

  • @sahilverma_dev
    @sahilverma_dev Рік тому

    brother can you make a video on how to create a wallpaper app in react native

    • @VetrivelRavi
      @VetrivelRavi  Рік тому

      Please check this out : ua-cam.com/video/OakwN2VM-WI/v-deo.html

  • @friendsnetwork4509
    @friendsnetwork4509 Рік тому

    Make clone of Dream11

  • @tad1895
    @tad1895 Рік тому

    P R O M O S M

  • @caleb.j2440
    @caleb.j2440 Рік тому

    Tamil layae pesalam la broo... Because tamil la yaarum ipdi pooda maataga

    • @VetrivelRavi
      @VetrivelRavi  Рік тому

      Tamil la channel start panniyachu bro....Ithe project tamil la seekiram upload panniruvom

  • @नितेशकुमारगुप्ता-ट8र

    Hi, I am getting the warning on IOS platform
    Constants.platform.ios.model has been deprecated in favor of expo-device's Device.modelName property. This API will be removed in SDK 45.
    Can you please guide me what is this warning about and how to fix

    • @VetrivelRavi
      @VetrivelRavi  Рік тому

      Please note that the usage of Constants.platform.ios.model has been deprecated in favor of expo-device's Device.modelName property. Starting from SDK 45, this deprecated API will be removed.
      To ensure compatibility and future-proof your code, we recommend updating your codebase to use Device.modelName instead. Please refer to the Expo documentation for more information on how to access the device model name using expo-device.
      By adopting the latest practices, you can ensure a smooth transition and maintain compatibility with future SDK versions. Don't hesitate to reach out if you need further assistance.