访问iOS本机模块返回错误

时间:2020-11-02 09:18:10

标签: reactjs react-native react-native-ios

正在尝试在iOS中创建本机模块,但其返回null。

SessionManagement.h file

我的SessionManagement.m文件

SessionManagement.m

这就是我尝试在我的代码中访问它的方式

import { NativeModules } from "react-native"
const {SessionManagement} = NativeModules;
SessionManagement.getDeviceName(deviceName => {
    console.log('DEVICE NAME IOS ' + deviceName);
 });

它给了我这个错误

enter image description here

感谢您的帮助。

预先感谢

0 个答案:

没有答案