NathanaelA / nativescript-platform-css

A NativeScript plugin to deal with Declarative UI and Platform specific CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work on all pages without requiring in every single page

abozanona opened this issue · comments

How can I use the plugin without the need of requiring it in every page that uses .android and .ios?

Don't know if your're using Angular, if so, requiring it in main.ts file should work for all components.

I'm using JS.

You should be included in 'app.js' in a JS app.