How can I set my native module to be compatible with android only?

For example, this module is set to work only with iOS. How can I do the same for my module to be android only? I can't find in docs any references on how to do this.

有帮助吗?

解决方案

According to Antoine van Gelder, from Trigger.io support:

We don't have an option to set a module project as Android only.

However, if you don't want to create an Android version of the module you can simply:

  • Update the Android inspector

  • You'll now be able to upload the module.

Please note that you won't be able to publish the module and make it publicly available if it does not support both platforms.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top