Skip to content

How can we skip the iOS-simulator build and build other parts of the application #158

@Emex4gman

Description

@Emex4gman

Image

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,
      },
    },
  },
};

Image

But the app keeps crashing on launch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions