Awesome
:warning: Maintainer wanted! Create an issue if you want to maintain it!
react-titanium
<img align="right" width="128" height="128" src="https://raw.githubusercontent.com/yuchi/react-titanium/master/logo.png">
A React custom renderer for Appcelerator® Titanium™ SDK.
This renderer should currently be considered as experimental and subject to
change since it works on a beta version of React (0.14.0-beta3
).
Installation
There’s a step-by-step guide on the website.
The gist of it is that once you have a titaniumified app you install it through
npm install --save react@0.14.0-beta3
npm install --save react-titanium
and you use it with
import React from 'react';
import { render } from 'react-titanium';
Examples
There’s a simple “Hello World” example that shows the minimal usage and a more complete “Counter” example on the website.
Acknowledgements
I was finally able to grok how to implement a custom renderer thanks to
Yomguithereal’s fantastic react-blessed
.
Go thank him with a follow or a star! :+1:
License
MIT