React Native tutorial in Hindi #32 Modal | Dialog Box in react-native

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 26

  • @rajatdhiman8429
    @rajatdhiman8429 8 หลายเดือนก่อน +2

    Thank You So Much Sir You are my idle in react native development learning, I am Senior Web Developer ins Renuka Softtec,

  • @UnknownAgent.1
    @UnknownAgent.1 หลายเดือนก่อน +1

    good very thanks sir
    i used to hate programing
    and also didn't liked your method of teaching but now i love your method and you made me to love ReactNative I can't Express My Thanks For You

    • @codestepbystep
      @codestepbystep  หลายเดือนก่อน +1

      I'm really glad you're finding the tutorials helpful!

    • @UnknownAgent.1
      @UnknownAgent.1 หลายเดือนก่อน

      @@codestepbystep Sir i am Glad to you
      now i am listening to your Video

  • @harshsavaliya5037
    @harshsavaliya5037 ปีที่แล้ว +4

    Sire, I am very thankful😄to you that you created this playlist on reactNative and it helped a lot in my learning.

  • @Mehrankhan-wl3to
    @Mehrankhan-wl3to 5 หลายเดือนก่อน +1

    thak you sir this is very help full for us.

  • @rajat-s-kale1771
    @rajat-s-kale1771 ปีที่แล้ว

    your teaching is awesome

  • @CodingFumes
    @CodingFumes 2 หลายเดือนก่อน

    Hi, which vs code extension you are using for autocomplete suggestions

  • @bharatsharma-pf5jr
    @bharatsharma-pf5jr ปีที่แล้ว

    Please make a video on how to upload product image in node and react series, please waiting for a long time, there is no one who can be a good explainer like you, Anil bhai aap jo bhi padhaate ho direct mind me jaata h and ho sake to us react and node js waale project ko thoda or aage badhaawo like add to card, pagination, category page, filter by category and filter by price, please Anil bhai do it soon it will be more helpful and redux and saga bhi include kar sakte aap

  • @sagarbharati1438
    @sagarbharati1438 ปีที่แล้ว +1

    hi. always thankx. how many series you planning to publish(in total)?

  • @codewithroman8180
    @codewithroman8180 ปีที่แล้ว

    Good react native playlist

  • @SachinSachin-oo9eb
    @SachinSachin-oo9eb ปีที่แล้ว

    hi sir plese make a project on which syallbus who you have tech us till now? plesees sir
    your videos are realy hepful for all students.
    my college Students is fan of you❤❤❤❤❤❤

  • @devanshuswami7485
    @devanshuswami7485 4 หลายเดือนก่อน

    Sir Flex property use kar ne par screen blank ho jati hai

  • @shahrukhnasir7909
    @shahrukhnasir7909 ปีที่แล้ว

    Very Helpfull

  • @learnandearn1851
    @learnandearn1851 ปีที่แล้ว

    Thank you sir 💜❤

  • @Lovepreet-xs5qi
    @Lovepreet-xs5qi ปีที่แล้ว

    Thank you so much Sir

  • @gauravgupta6791
    @gauravgupta6791 ปีที่แล้ว

    sir, we will get firebase connection videos also ?

  • @laxmanbaisoya65
    @laxmanbaisoya65 ปีที่แล้ว

    thank you sir

  • @Mr_Zeal1001
    @Mr_Zeal1001 ปีที่แล้ว

    sir thank you so much , sir api calling and pagination ?

  • @aarif9015
    @aarif9015 ปีที่แล้ว

    sir kindly make a video for api calling in react-native

  • @abhishekgoyal8865
    @abhishekgoyal8865 ปีที่แล้ว +3

    import React, { useState } from "react";
    import { View, Text, Button, Modal, StyleSheet } from "react-native";
    const App = () => {
    const [showModal, setShowModal] = useState(false);
    return (




    Dialog Box React Native
    {
    setShowModal(false);
    }}
    />




    {
    setShowModal(true);
    }}
    />


    );
    };
    export default App;
    const styles = StyleSheet.create({
    main: {
    flex: 1,
    },
    buttonView: {
    flex: 1,
    justifyContent: "flex-end",
    },
    centeredView: {
    flex: 1,
    justifyContent: "center",
    alignItems: "center",
    },
    modalView: {
    backgroundColor: "white",
    padding: 40,
    borderRadius: 20,
    shadowColor: "black",
    elevation: 5,
    },
    modalText: {
    fontSize: 30,
    marginBottom: 20,
    },
    });

  • @ashishvishwakarma4655
    @ashishvishwakarma4655 ปีที่แล้ว

    Sir Java videos kab tak ayenge ?

  • @vakulsaxena2105
    @vakulsaxena2105 ปีที่แล้ว

    ❤❤

  • @Vellowtian
    @Vellowtian ปีที่แล้ว

    I am using your API Key for a day please don't mind- mine has yet to be reviewed so

  • @RohitKumar-dz8dh
    @RohitKumar-dz8dh ปีที่แล้ว

    Thanks sir