https://github.com/baxi19/login-react-native
:alien: Login Example in React Native :fire:
https://github.com/baxi19/login-react-native
javascript react-native
Last synced: 2 months ago
JSON representation
:alien: Login Example in React Native :fire:
- Host: GitHub
- URL: https://github.com/baxi19/login-react-native
- Owner: Baxi19
- License: mit
- Created: 2021-03-04T03:36:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T14:17:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T04:44:19.098Z (over 1 year ago)
- Topics: javascript, react-native
- Language: JavaScript
- Homepage:
- Size: 4.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :palm_tree: :palm_tree:
#
Login React Native :octocat:
### Examples of app :fire: !!
###
Show some ❤️ by starring some of the repositories!
## Dependencies
### Version de React Native
```
npm react-native -v
```
output: **6.14.11**
### Installation of React Navigation
```
npm install @react-navigation/native
```
### Installing dependencies into a bare React Native project
```
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
```
**If you're on a Mac and developing for iOS, you need to install the pods**
```
npx pod-install ios
```
### Installing the stack navigator library
```
npm install @react-navigation/stack
```
### Installing the Drawer navigation
```
npm install @react-navigation/drawer
```
### Installing react-native-linear-gradient
```
npm install react-native-linear-gradient --save
```
### Installing Icons
```
npm i --save react-native-vector-icons
```
### Link to React Native
```
npx react-native link react-native-vector-icons
```
### Installing React Native Animatable
```
npm install react-native-animatable --save
```