fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

AndroidX Support - Requires corresponding Uno PR #1323

Closed AndrewEQ closed 4 years ago

AndrewEQ commented 4 years ago

Migrated support libraries to AndroidX https://developer.android.com/jetpack/androidx/migrate

Requires this PR first: https://github.com/fuse-open/uno/pull/254

mortend commented 4 years ago

Now you can try npm install @fuse-open/uno@canary to get Android X support in Uno.

AndrewEQ commented 4 years ago

How can we get this to rebuild?

mortend commented 4 years ago

You need npm install -D @fuse-open/uno@canary to get androidx (and preferably rebase on master).

AndrewEQ commented 4 years ago

oh, I meant, how can we get this PR to rebuild to pass its checks based on Uno with AndroidX

mortend commented 4 years ago

The canary version of Uno includes the AndroidX code, so if you install that version as part of this PR the checks should pass.

AndrewEQ commented 4 years ago

I'm confused as to where to put this in travis-ci and appveyor?

mortend commented 4 years ago

When you install it in package.json on this repo it'll be automatically picked up by AppVeyor and Travis.

AndrewEQ commented 4 years ago

Oh I see now, wow, that's pretty cool 😄

mortend commented 4 years ago

Should we rebase this on latest master to lose the merge-commits?

AndrewEQ commented 4 years ago

Sure thing, I'm on it...