Pass Data between two screen in React Native

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

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

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

    Thanks to this channel its hepling me a lot

  • @keziahdavid3187
    @keziahdavid3187 2 ปีที่แล้ว

    you solved my problem i have wasted a whole day in this consept thanks means a lot

  • @subashshrestha455
    @subashshrestha455 3 ปีที่แล้ว

    Thank you, it helped me a lot. I wasted 3/4 hours just on this.

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

    thanks for the code, you help me bro..

  • @rimsha4519
    @rimsha4519 4 ปีที่แล้ว

    I've been looking for this.. thanks for the guidance 💜💜💜💜

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

    thank you for sharing the knowledge

  • @venub269
    @venub269 2 ปีที่แล้ว

    Hello sir, is it possible in reactjs, I want checkbox data to show next screen?

  • @rg-du4ou
    @rg-du4ou 4 ปีที่แล้ว +1

    hi, How to pass the data between screens using useState hooks on Button's onPress Event ?

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

    i got this error please help me "undefined is not an object (evaluating 'this.props.navigation.navigate') - React Native"

    • @ComputerScienceTutorial
      @ComputerScienceTutorial  4 ปีที่แล้ว

      Have You install the following packages for navigation
      Package required for React Native Navigation
      1. npm install react-navigation --save
      2. npm install react-native-gesture-handler --save
      3. npm install react-navigation-stack --save
      run these command one by one at terminal. make sure internet is ON

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

      If you are using react navigation x5 then, you will be write your code like {this.props.route.params.p1}

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

      @@hamadazam7912 u rock!!! And thank you to computer science tutor!!

    • @depechemode579
      @depechemode579 3 ปีที่แล้ว

      Thanks computer science tutor and@@hamadazam7912 , you help me too, just curious how did you found out its using "route"

  • @yashvardhansinghrathore8910
    @yashvardhansinghrathore8910 3 ปีที่แล้ว

    can you change value after getting it on second screen ?

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

      You can use useState on the second screen change value.

  • @geniuspedia9508
    @geniuspedia9508 3 ปีที่แล้ว

    Sir, it shows the error 'params is not defined ' please fix it