Gesture Handler tutorial in React Native

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

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

  • @techwithtaku
    @techwithtaku 2 ปีที่แล้ว +24

    I learned React Native from this channel. started following end of 2020. now I'm employed as a Mobile App Developer for a local company in Zimbabwe and have developed 3 apps to date. Thank you Vadim

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

      wow beautiful. Please how can I contact you?

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

      Also what videos did you follow, and did you follow the backend? Cos the tutorials are way too long for me

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

      @@veedjohnson I watch every single video on this channel. Even if it is something that I know, I still watch

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

    I absolutely enjoyed this tbh!
    Makes reading the docs even easier and it's like we have the exact same thought process when it comes to coding! Again, I absolutely love it!!!!

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

    You are a good teacher in code development. I wish you would teach a little more app development in react native and not expo so we can make apps a little more complex using voice commands. I learned alot from you. Appreciate your teaching in detail and easily able to follow along.

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

    I LOVE these tutorials they're really usefull

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

    Hi , can you plz make a video on how to send the multiple form data to the same API request

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

    i fkin love you man, me and my family we give thanks to god for your videos !

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

    Inside touchableNativeFeedback from guester handler am having another touchable, clicking on the touchable inside touchableNativeFeedback it is calling onpress of touchable and touchableNativeFeedback, how to stop the onpress calling of touchableNativeFeedback in this case

  • @MustaphaMuhamed-z4t
    @MustaphaMuhamed-z4t 8 หลายเดือนก่อน

    Hello my teacher how can i make drag word and drop inside an block to spell this world video for this ❤️❤️

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

    Hey, i have found a bug in react native where - ScrollView inside Flatlist blocks other touchables (children of parent Flatlist) in IOS only. this works fine on Android but doesn't work on IOS.
    Can you please help as to how we can fix this?
    code to reproduce this -
    import React, { Component, useEffect } from 'react';
    import { View, Text, TouchableOpacity, SafeAreaView } from 'react-native';
    import { FlatList, ScrollView } from 'react-native-gesture-handler';
    const App = ()=> {
    const ref = React.createRef()
    useEffect(()=>{
    ref.current?.scrollTo(-200)
    },[])
    const renderListItem = ({ item, index }: any) => {
    return (
    {
    console.log(" onScroll called scrollview");
    }
    }
    scrollEventThrottle={16}
    horizontal
    >
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected
    selected

    console.log('on Press')}>
    Count

    );
    };
    return (
    {
    console.log(" onScroll called Flatlist ");
    }
    }
    />

    );
    }
    export default App

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

      the issue also exist if use child Flatlist instead of a child scrollview

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

      In case of scroll view it happens only when we have "onScroll" event defined in scrollview

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

    thanks! 👍👍👍👍👍

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

    Sir please upload full stack social media applications video in TH-cam.

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

    great

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

    Last few videos are all on just animations. It's too much, please start building project series again