Updates from Wed 25 Mar

- [ReactNative] Add snapshot tests for examples | Spencer Ahrens
- [ReactNative] bring back some native modules | Spencer Ahrens
This commit is contained in:
Christopher Chedeau
2015-03-25 10:16:19 -07:00
parent 3aee972116
commit d6a921e94d
14 changed files with 139 additions and 18 deletions

View File

@@ -59,6 +59,7 @@ var AttributeToggler = React.createClass({
exports.title = '<Text>';
exports.description = 'Base component for rendering styled text.';
exports.displayName = 'TextExample';
exports.examples = [
{
title: 'Wrap',