All Projects → satish25 → Login-ReactNative

satish25 / Login-ReactNative

Licence: MIT license
Demo for creating Loign View

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Login-ReactNative

react-native-surrender
CLI script that clears Watchman, removes node_modules and cleans cache using npm or yarn
Stars: ✭ 53 (+307.69%)
Mutual labels:  watchman
rorshach
A watchman for your directories. Rorshach allows you to listen to file system changes and run commands when these events occur.
Stars: ✭ 26 (+100%)
Mutual labels:  watchman
mtsl
Tangible symlinks using cokidar (CLI)
Stars: ✭ 20 (+53.85%)
Mutual labels:  watchman
docker-node-ci
The Docker image based on the official "node" image optimized for a CI environment
Stars: ✭ 18 (+38.46%)
Mutual labels:  watchman
Okbuck
OkBuck is a gradle plugin that lets developers utilize the Buck build system on a gradle project.
Stars: ✭ 1,513 (+11538.46%)
Mutual labels:  watchman
watchman-processor
Folder synchronization tool with a simple dashboard
Stars: ✭ 38 (+192.31%)
Mutual labels:  watchman

Login-ReactNative

Creating Simple Login Module using React-native

Prerequisite :

  1. HomeBrew should be installed in your machine, if not refer Link
  2. node.js should be installed, if not open the terminal and paste "brew install node".
  3. Watchman should be installed, if not open the terminal and paste "brew install watchman".where Watchman is a tool by facebook for watching changes in the filesystem.
  4. React Native command line interface, if not open the terminal and paste "npm install -g react-native-cli".
  5. Cross check the version of React-native, copy paste in terminal "react-native -v".
  6. Check you have the latest SDK of iOS and Android available in your system.

Once done with the Prerequisite's we are ready create a project's via React-native.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].