Initial commit

This commit is contained in:
Julia Friesel
2018-05-29 12:53:10 +02:00
commit 15cf4523c1
48 changed files with 12321 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import { AppRegistry } from 'react-native';
import App from './App';
AppRegistry.registerComponent('drip', () => App);