【发布时间】:2018-12-07 07:24:34
【问题描述】:
当我尝试在 react-navtive-device-info 的帮助下打印我的设备 mac 地址时。
"DeviceInfo.getMACAddress();"
它显示如下错误:
“未定义不是对象(评估 RNDeviceinfo.getMacAddress)”
homescreen.js
import React from 'react';
import {
Image,
Platform,
ScrollView,
StyleSheet,
Text,
TouchableOpacity,
View,
StatusBar,
Dimensions,
LayoutAnimation,
Alert,
Linking,
} from 'react-native';
import { WebBrowser } from 'expo';
import { BarCodeScanner, Permissions } from 'expo';
import { MonoText } from '../components/StyledText';
import DeviceInfo from 'react-native-device-info';
please see this image for the linked library to the native modules
【问题讨论】:
标签: reactjs react-native expo