Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 756 Bytes

File metadata and controls

24 lines (14 loc) · 756 Bytes

Login-And-Signup-UI-React-Native

Login and Signup page for Application in react native.

some snapshots:

Initial Page:

screenshot_20190303-184228

when user clicks on 'Already registered ?'

screenshot_20190303-184220

when user clicks on 'Forgot password ?'

screenshot_20190303-184237

You need to instal all the node mudules for react native App: commands are following :

npx create-react-app myApp

cd myApp

npm start