Gesture Handler tutorial in React Native

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 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 7 місяців тому +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

    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

  • @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

  • @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 !

  • @MustaphaMuhamed-z4t
    @MustaphaMuhamed-z4t 9 місяців тому

    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! 👍👍👍👍👍

  • @masanobuoishi
    @masanobuoishi 2 роки тому

    great

  • @biraj_55
    @biraj_55 2 роки тому

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

  • @brijenmakwana2040
    @brijenmakwana2040 2 роки тому

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