preact-to-nativescript

0.0.9 • Public • Published

preact-to-nativescriptBuild Status Coverage Status dependencies npm

This Library is experimental!

Documentation

Usage

The following is assumed to be executed at the project root of a NativeScript project

  1. Install the library
npm i preact-to-nativescript
  1. Adjust your NativeScript app.js
var application = require("application")
var preactToNativeScript = require("preact-to-nativescript")
var render = preactToNativeScript.render
var h = preactToNativeScript.Preact.h
 
application.start({
  create: () => {
    return render(h("page", {}, [h("actionBar", {title: "Custom Title"}), h("stackLayout", {}, [h("label", {text: "preact-to-nativescript page"}, [])])]))
  }
})
  1. Run your NativeScript app

Demo Application

Demo

TBD

  • dont ship own preact version
  • Handle unmounting properly when navigating via Nativescripts API (custom routing in pure js works fine though!)
  • ActionBar Known Limitations
    • SystemIcon is not respected
    • NavigationButton doesn't properly render
  • Document and enable usage / registration of plugin components
  • probably more that isn't in scope yet

Credits

Readme

Keywords

none

Package Sidebar

Install

npm i preact-to-nativescript

Weekly Downloads

0

Version

0.0.9

License

MIT

Unpacked Size

1.64 MB

Total Files

47

Last publish

Collaborators

  • hizoul