Skip to content

yuchi/react-titanium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Maintainer wanted! Create an issue if you want to maintain it!

react-titanium

Dependencies Dev Dependencies Peer Dependencies

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).

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! 👍

License

MIT