React Native Security: Lock Screen, Face ID & Privacy Overlay

  Рет қаралды 11,297

Simon Grimm

Simon Grimm

Күн бұрын

Пікірлер: 49
@galaxies_dev
@galaxies_dev 5 ай бұрын
Join Galaxies.dev today - the Home of the Best React Native content
@morale3056
@morale3056 5 ай бұрын
Simon, your videos have made me fall in love with react-native after a bad experience few years ago. Just shows how much react-native has come along.
@galaxies_dev
@galaxies_dev 5 ай бұрын
It has come a long way!
@Dabayare
@Dabayare 5 ай бұрын
When I was learning at college. We would always start with diagramming our logic and our gui. I feel this is something ppl self learning miss out on cus I haven't seen a single online tutorial who does that.
@galaxies_dev
@galaxies_dev 5 ай бұрын
Great idea, will try to show a better overview upfront next time!
@hoangng84
@hoangng84 3 ай бұрын
In my experience, if I code up a large enough app (e.g., a full stack with create, update, and delete for users, items and something else). There is no way I could do that without sketching out a plan. Usually, 1st step is to sketch out the plan, choices of tech stack and database, 2nd step is to make a figma design - when finishing a figma file, I should have enough idea of what can be a separate component for coding the frontend, 3rd is to code up the frontend (not perfect one) and code up the backend making the apis ready, 4th is to plug things together, polishing the UI. I'm totally self-taught to do all those things
@Dabayare
@Dabayare 3 ай бұрын
@@hoangng84 So u see it's importance but don't acknowledge that it doesn't exist in the culture of internet pedagogy. That is your journey so that is how you plan your road ahead. So instructors also need to do the same so ppl studying with them can go along. It shouldn't be held back like some sort of secret or this dogma is not sponsoring them.
@cesarmerlo9999
@cesarmerlo9999 5 ай бұрын
Cool, i will try these implementation of security lock screen
@galaxies_dev
@galaxies_dev 5 ай бұрын
Let me know if it works!
@fabricedufilssiyapdje4317
@fabricedufilssiyapdje4317 5 ай бұрын
My guess with the navigation after the face-id is when you click on face id button the app enter (!maybe) on inactive state or the app is backgrounded somehow and the lock-time is reached hence after the face-id stuff it navigate back to the correct page and then to the lock-screen because the lock-time was reach while the user was doing face-id. to test this theory maybe you can increase the LOCK_TIME to be enough for you to perform the face-id. DANKE SCHÖN HERR GRIMM. Ich wollte genau so ein Feature implementieren, dann schaue ich schnell auf KZbin. Und was sehe ich da ??? :-D Genau was ich brauche. Danke !!!
@asko___
@asko___ 2 ай бұрын
Why is there no dynamic island animation? Is that a discrepancy between the simulator and physical device?
@efari
@efari 3 ай бұрын
When the faceID prompt shows up, the appstate changes to “background”. It’s why it was bugging since you took more than 3 seconds to have valid faceID
@EfeAsiughu
@EfeAsiughu Ай бұрын
Hello Simon, Great video tutorial helped a lot, just got one question and it's about the mmkv package It doesn't seem to run perfect on the expo android application without display and error saying package does not have a valid config plugins when I make use of the start command "npx expo start -c" and I don't know why that happens although I don't have an android studio installed on my window 11 Pc But nevertheless I made use of "@react-native-async-storage/async-storage" and it still worked perfectly
@AllahomAnsorGaza
@AllahomAnsorGaza Ай бұрын
please please tell us how we can create draw over other apps or Display over Apps opening windows if app in background or already closed by background task notification
@nro337
@nro337 5 ай бұрын
amazing video!
@galaxies_dev
@galaxies_dev 5 ай бұрын
Thank you 🙏
@galaxies_dev
@galaxies_dev 5 ай бұрын
Thanks!
@YashNandha
@YashNandha 5 ай бұрын
Do we create this in a bare react native app
@ericsonl_
@ericsonl_ 5 ай бұрын
Not sure if the face id looks something wrong it's always back to lock.tsx? 🤔
@MohammadRezaYusufy
@MohammadRezaYusufy 5 ай бұрын
Perfect
@galaxies_dev
@galaxies_dev 5 ай бұрын
Thanks!
@rafaelpascal3269
@rafaelpascal3269 2 ай бұрын
am still facing the redirection after faceId
@dannyhw
@dannyhw 5 ай бұрын
I had issues in the past with android not showing the privacy screen because the code doesn't run whilst the app gets backgrounded, does this work on android?
@galaxies_dev
@galaxies_dev 5 ай бұрын
I'll have to test again Danny but afaik it did!
@leojohn6702
@leojohn6702 5 ай бұрын
Do you have any expo courses ? Or react native?
@AGUNGKAYA
@AGUNGKAYA 5 ай бұрын
He will do udemy course on react native, wont you simon? 😅
@leojohn6702
@leojohn6702 5 ай бұрын
@@AGUNGKAYA I would help alooot. There is Aloot of things new on expo. X style, etc….
@mhas19xx
@mhas19xx 5 ай бұрын
Check the description, Galaxy dev has his courses
@galaxies_dev
@galaxies_dev 5 ай бұрын
All my React Native courses are on Galaxies: galaxies.dev/learn
@michaelshaibu1284
@michaelshaibu1284 5 ай бұрын
can you add the logic that if a user stays idle on the app for 3mins without doing anything like scrolling or pressing anything on the app it should log the user out please 🙏
@galaxies_dev
@galaxies_dev 5 ай бұрын
Yeah you can intercept touches or gestures and reset a timer, should work very similar!
@michaelshaibu1284
@michaelshaibu1284 5 ай бұрын
@@galaxies_dev can you implement it please so I or we can pick it up and see how it works please 🙏🙏🙏🙏 am begging
@Mr_Zeal1001
@Mr_Zeal1001 5 ай бұрын
Simmon nextAppState (active,inactive) not working in android phone, Why ?
@galaxies_dev
@galaxies_dev 5 ай бұрын
That's a good question, I'll have to debug!
@efari
@efari 3 ай бұрын
Android doesn’t report “inactive”. Only “active” or “background”
@Mr_Zeal1001
@Mr_Zeal1001 3 ай бұрын
@@efari There are lots of thing that doesn't work in Android.
@newadClass
@newadClass 5 ай бұрын
Why are you using expo
@galaxies_dev
@galaxies_dev 4 ай бұрын
Why not
@geraldseydoux2252
@geraldseydoux2252 4 күн бұрын
28:58 in apple's note it says if you don't provide that infoPlist description it will default to device passcode, does this mean you could've skipped the whole custom pin screen you made and use that instead?
@galaxies_dev
@galaxies_dev Күн бұрын
Good question, maybe? Let us know if you try!
@blacksun6761
@blacksun6761 5 ай бұрын
full course expo
@leojohn6702
@leojohn6702 5 ай бұрын
Does he have any?
@galaxies_dev
@galaxies_dev 5 ай бұрын
@@leojohn6702 Well yeah I do have many courses here: galaxies.dev/learn
@tranquillityEnthusiast
@tranquillityEnthusiast 5 ай бұрын
Bro forgot about Ionic, 😢😢😢😅
@bullettime2808
@bullettime2808 5 ай бұрын
Ionic is 💩
@morale3056
@morale3056 5 ай бұрын
TBH it's one of the worst experiences. Using it at work. No capacitor plugins for integrations, shit support from Ionic team and complications because it's at the end of the day, it's a webview. They can't even compete with react-native.
@antontraceur
@antontraceur 5 ай бұрын
This is gold!
@galaxies_dev
@galaxies_dev 5 ай бұрын
Happy to help 💪
@Mr_Zeal1001
@Mr_Zeal1001 5 ай бұрын
And how to setup and save the user passcode when it first time ?
5 React Native Tips to WOW Your Users
16:36
Simon Grimm
Рет қаралды 25 М.
LIFEHACK😳 Rate our backpacks 1-10 😜🔥🎒
00:13
Diana Belitskay
Рет қаралды 3,9 МЛН
Cute
00:16
Oyuncak Avı
Рет қаралды 12 МЛН
Deno 2 is here… will it actually kill Node.js this time?
4:16
The Most Important Design Pattern in React
35:04
Cosden Solutions
Рет қаралды 52 М.
Unlocking the Power of PWAs with Next.js 14 + native tips
11:30
tobi tackles tech
Рет қаралды 992
10 Expo Router Tips You Need to Know
18:07
Simon Grimm
Рет қаралды 12 М.
Expo Go vs Development Builds: Which should you use?
21:37
I redesigned YOUR websites
20:44
DesignSpo
Рет қаралды 20 М.
Will Deno 2.0 Replace Node.js?
12:35
Web Dev Simplified
Рет қаралды 48 М.
React Native vs Flutter - Which should you use?
22:31
Simon Grimm
Рет қаралды 33 М.
10 Must-Have React Native Components 😎
10:12
Simon Grimm
Рет қаралды 55 М.
LIFEHACK😳 Rate our backpacks 1-10 😜🔥🎒
00:13
Diana Belitskay
Рет қаралды 3,9 МЛН