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
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!!!!
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.
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
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
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
wow beautiful. Please how can I contact you?
Also what videos did you follow, and did you follow the backend? Cos the tutorials are way too long for me
@@veedjohnson I watch every single video on this channel. Even if it is something that I know, I still watch
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!!!!
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.
I LOVE these tutorials they're really usefull
Hi , can you plz make a video on how to send the multiple form data to the same API request
i fkin love you man, me and my family we give thanks to god for your videos !
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
Hello my teacher how can i make drag word and drop inside an block to spell this world video for this ❤️❤️
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
the issue also exist if use child Flatlist instead of a child scrollview
In case of scroll view it happens only when we have "onScroll" event defined in scrollview
thanks! 👍👍👍👍👍
Sir please upload full stack social media applications video in TH-cam.
great
Last few videos are all on just animations. It's too much, please start building project series again