How to create Login Authentication flow with Redux | React-Navigation v6/5 | Part-3

How to create Login Authentication flow with Redux | React-Navigation v6/5 | Part-3

Vishal Pawar

2 года назад

19,218 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

LipH
LipH - 10.09.2023 08:22

Woww!! Solved my problem! Thank you so much bro!!!

Ответить
Sathish FM
Sathish FM - 09.08.2023 09:28

Good it's working fine, Thankyou

Ответить
Adnan Shafi
Adnan Shafi - 24.04.2023 18:25

it cannot running in production or release mode kindly suggest

Ответить
tech school
tech school - 20.02.2023 13:20

Good Job!! Brother🚀

I have a Question My Active Indicated Is Not Work

const [loading, setLoading] = React.useState(true);
const dispatch = useDispatch();

const init = async () => {
await dispatch(Init());
setLoading(false)
};

React.useEffect(() => {
init()
}, [])

if (loading) {
<View style={{ flex: 1, justifyContent: 'center' }}>
<ActivityIndicator size={'large'} color={"red"} />
</View>
}

Ответить
Kdu M
Kdu M - 07.02.2023 22:00

Thank you very much!!

Ответить
Mamun Mahmood
Mamun Mahmood - 06.12.2022 09:24

Thanks a lot brother. I was stuck with redux in react-native.

Ответить
Teerat Phoowaborwornphimkul
Teerat Phoowaborwornphimkul - 30.09.2022 14:29

This is Phd React Native Course and ===> Best Master

Ответить
Mr. Sigma
Mr. Sigma - 29.08.2022 17:03

Very usefull video.

Ответить
Stanley Feliz
Stanley Feliz - 09.06.2022 20:24

Good Job!

Ответить
Cr1xSh0
Cr1xSh0 - 21.04.2022 18:30

Great video 😀!
Thank you very much for sharing this content.
Everything is fine, only something curious is happening to me in production, Platform = ios does not work as expected.
Platform = android works fine.

Greetings friend, I await your response!

Ответить
Nathnael Tibebu
Nathnael Tibebu - 30.03.2022 14:54

keep up the good work!

Ответить
creative world
creative world - 27.01.2022 09:33

Sir ,Please upload new videos for React-Native....
Your All video very usefull.

Ответить
2strikeglobaloffensive
2strikeglobaloffensive - 25.12.2021 08:27

Thanks a lot. I found very long time finally I found it!

Ответить
Gourav Nainwaya
Gourav Nainwaya - 01.11.2021 07:34

Bhai react native main snaptube clone or file sharing app or all social media apps in one app banao bhai

Ответить
Coding Chewie
Coding Chewie - 31.10.2021 06:29

Nice video but I think you should be using secure storage for username and password.

Ответить