mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
Update phone-auth.md
This commit is contained in:
committed by
GitHub
parent
b3be59f89b
commit
52d9cd0072
@@ -26,7 +26,7 @@ a code. Based on whether the code is correct for the device, the method rejects
|
||||
The example below demonstrates how you could setup such a flow within your own application:
|
||||
|
||||
```jsx
|
||||
import React from 'react';
|
||||
import React, { useState } from 'react';
|
||||
import { Button, TextInput } from 'react-native';
|
||||
import auth from '@react-native-firebase/auth';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user