# react-native-fb-login

> facebook login with webview only

Latest version **1.0.1** (published 2017-11-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install react-native-fb-login
pnpm add react-native-fb-login
yarn add react-native-fb-login
bun add react-native-fb-login
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-11-30 |
| First published | 2017-11-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | DL |
| Maintainers | luongnd |
| Keywords | facebook, login, webview |

## Links

- npm: https://www.npmjs.com/package/react-native-fb-login
- npm.io page: https://npm.io/package/react-native-fb-login

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-11-30
- 1.0.0 — 2017-11-30

## README

# React Native Facebook webview login
This package use webview to make oAuth with facebook, so you can logout then relogin with other facebook account easy by clear cookies

# Install

```js
npm install react-native-fb-login --save
or
yarn add react-native-fb-login
```

# Usage:

See example

# Logout

To logout use clear cookies by using https://github.com/shimohq/react-native-cookie

```js
import Cookie from 'react-native-cookie'

  logout() {
    Cookie.clear().then(() => {
      this.setState({ token: null })
    })
  }
 ```

---
_Source: https://npm.io/package/react-native-fb-login · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
