React Native Mobile App

Hi people, I’m trying to implement simple login with Native App & following this article here : Create a React Native App with Login in 10 Minutes | Okta Developer

I followed same steps but getting

D:\React Native Project\ReactNativeLogin>schematics @oktadev/schematics:add-auth
'schematics' is not recognized as an internal or external command,
operable program or batch file.

Can anyone please help me know, what’s wrong here ?

Hello,
Did you install schematics globally, Create a React Native App with Login in 10 Minutes | Okta Developer

npm install -g @angular-devkit/schematics-cli@0.1102.5

Hi @erik , Yes I did install it globally.

This link might be of use.
It sounds like wherever Node is installing binaries it is not in your Windows Path Env Variable.