Customize boilerplate for project

Add a free license, write readme, change app and project name, update
info in package.json.
This commit is contained in:
2017-02-03 00:26:46 -07:00
parent 367ec26e79
commit 49d649a3b3
12 changed files with 75 additions and 28 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
import React, { AppRegistry } from 'react-native';
import App from './src/containers/app';
AppRegistry.registerComponent('Counter', () => App);
AppRegistry.registerComponent('exactresistorcalculator', () => App);