react-native-unity
react-native-unity copied to clipboard
How can we skip the iOS-simulator build and build other parts of the application
I know @azesmway/react-native-unity will not work for iOS-simulator. Is there a way to skip the linking and compile for the iOS simulator so I can continue developing other parts of the application?
I tried to update my react-native.config.js
module.exports = {
dependencies: {
'@azesmway/react-native-unity': {
platforms: {
android: null,
ios: null,
},
},
},
};
But the app keeps crashing on launch