React Titanium Save

React custom renderer for Appcelerator® Titanium™ SDK

Project README

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

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 [email protected]
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

Open Source Agenda is not affiliated with "React Titanium" Project. README Source: yuchi/react-titanium
Stars
108
Open Issues
0
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating