Tanner Collin
49d649a3b3
Add a free license, write readme, change app and project name, update info in package.json.
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
'use strict';
|
|
|
|
import React, { AppRegistry } from 'react-native';
|
|
import App from './src/containers/app';
|
|
|
|
AppRegistry.registerComponent('exactresistorcalculator', () => App);
|