按下按钮显示触摸ID视图(iOS)

时间:2017-07-27 08:11:05

标签: javascript android ios react-native

我正在使用'create-react-native-app'和expo SDK制作react-native app,我想让它在按下按钮上显示触摸ID视图。我知道expo客户端带有所有原生内容,如:触摸ID,联系人。但是,当我实现内置函数并通过按下手机上的按钮进行测试时,它会显示错误。

这是我收到的错误:

enter image description here

以下是我正在使用的代码的一部分

import React, {Component} from 'react';

import {
    StyleSheet,
    Text,
    View,
    Image,
    StatusBar,
    TextInput,
    Button
} from 'react-native';

import Expo from 'expo';

    class LoginButton extends Component {
    render() {
        if(Expo.Fingerprint.hasHardwareAsync()) {
            return (
                <Button onPress={Expo.Fingerprint.isEnrolledAsync()} title="Sign In" color="#2187BA" backgroundColor=""/>
            )
        }

    }
}

3 个答案:

答案 0 :(得分:1)

Option Explicit
Dim Autorun App as Application
Private Sub App_WorkbookOpen(ByVal Wb As Workbook)
    Do your stuff here
End Sub

答案 1 :(得分:0)

自从我到达这里寻找另一个答案以来,我将对其进行更新-“ FingerPrint”已由“ LocalAuthentication”代替,所以不是

Expo.Fingerprint.isEnrolledAsync()

您会想要

Expo.LocalAuthentication.isEnrolledAsync()

答案 2 :(得分:0)

最好不要在每个渲染器上都创建新功能。

DataSource=MyAzureServer.database.windows.net