Makes drip work on iOS

This commit is contained in:
Sofiya Tepikin
2020-02-02 21:09:36 +01:00
parent e52736f8a1
commit cb13222780
7 changed files with 165 additions and 258 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { AppRegistry } from 'react-native'
import AppWrapper from './components/app-wrapper'
AppRegistry.registerComponent('home', () => AppWrapper)
AppRegistry.registerComponent('drip', () => AppWrapper)