Update phone-auth.md

This commit is contained in:
Dipansh Khandelwal
2020-04-06 03:36:02 +05:30
committed by GitHub
parent b3be59f89b
commit 52d9cd0072

View File

@@ -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';