Делаю приложение для IOS в VScode с Expo, проблема возникла при импорте react-native-nfc-manager, мой код:
import React from 'react';
import { StyleSheet, Text, View } from 'react-native';
import NfcManager, {NfcEvents} from 'react-native-nfc-manager';
export default function App() {
return (
Open up App.js to start working on your app!
);
}
const styles = StyleSheet.create({
container: {
flex: 1,
backgroundColor: '#fff',
alignItems: 'center',
justifyContent: 'center',
},
});
Гуглил ошибку - надо прописать линки в xcode, но у меня windows и нет xcode - можно ли как-то другим путем решить проблему?