I have platform specific angular components e.g.,
yourplugin.service.android.ts
yourplugin.service.ios.ts
I tried to importing yourplugin.service.ios.ts into nativescript-ngx-yourplugin.ts
But at runtime to cannot find .ios.ts I have to manually create yourplugin.service.d.ts and import it.
Wonder if there is any better way to fix this.
Thanks
I have platform specific angular components e.g., yourplugin.service.android.ts yourplugin.service.ios.ts
I tried to importing
yourplugin.service.ios.ts
intonativescript-ngx-yourplugin.ts
But at runtime to cannot find.ios.ts
I have to manually createyourplugin.service.d.ts
and import it. Wonder if there is any better way to fix this. Thanks