문제

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