Changes the name of the main component

This commit is contained in:
Sofiya Tepikin
2020-02-02 21:37:58 +01:00
parent cb13222780
commit 1c7856081e
@@ -10,6 +10,6 @@ public class MainActivity extends ReactActivity {
*/ */
@Override @Override
protected String getMainComponentName() { protected String getMainComponentName() {
return "home"; return "drip";
} }
} }