正在尝试在iOS中创建本机模块,但其返回null。
我的SessionManagement.m文件
这就是我尝试在我的代码中访问它的方式
import { NativeModules } from "react-native"
const {SessionManagement} = NativeModules;
SessionManagement.getDeviceName(deviceName => {
console.log('DEVICE NAME IOS ' + deviceName);
});
它给了我这个错误
感谢您的帮助。
预先感谢