Add example

This commit is contained in:
Nicolas Charpentier
2016-05-30 11:19:43 -04:00
parent bff819c574
commit 1024c6bed5
58 changed files with 2264 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import React from 'react';
import { AppRegistry } from 'react-native';
import Example from './Example';
AppRegistry.registerComponent('Example', () => Example);