exact-resistor-calculator/index.android.js
Tanner Collin 7f6fc32d74 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.
2017-02-01 22:52:00 -07:00

7 lines
160 B
JavaScript

'use strict';
import React, { AppRegistry } from 'react-native';
import App from './src/containers/app';
AppRegistry.registerComponent('Counter', () => App);