From edc9a7763463fdb9d12261cefdeed7295b24b9ef Mon Sep 17 00:00:00 2001 From: Jeme <43149988+TheJeme@users.noreply.github.com> Date: Mon, 20 Dec 2021 15:02:12 +0200 Subject: [PATCH] fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddc9881..e6ebb37 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This project is part of YouTube tutorial series on React Navigation 5. Here I have used every navigator option available and combine them in a single project to create a seemless user navigation experience for the app user. -Then I have created some extra things such as login, signup & splash screen and provided an authentication flow using AsycStorage. Also I have created form validation for the login screen. +Then I have created some extra things such as login, signup & splash screen and provided an authentication flow using AsyncStorage. Also I have created form validation for the login screen. Here you can find complete tutorial series and each video link. @@ -22,4 +22,4 @@ Here you can find complete tutorial series and each video link. ### iPhone Demo ![React Navigation v5 Mix App Android Demo](https://raw.githubusercontent.com/itzpradip/react-navigation-v5-mix/master/app-interaction-demo-android.gif) -### Android Demo \ No newline at end of file +### Android Demo