Commit everything done until beginning version control
Removed the boilerplate's counter, started a drawer menu, added a toolbar to access the menu, created the calculator form and state.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
import React, { AppRegistry } from 'react-native';
|
||||
import App from './app/containers/app';
|
||||
import App from './src/containers/app';
|
||||
|
||||
AppRegistry.registerComponent('Counter', () => App);
|
||||
|
||||
Reference in New Issue
Block a user