archive
/
zxcvbn-app
Archived
1
Fork 0

streamline index

This commit is contained in:
Jake Howard 2016-09-16 23:08:32 +01:00
parent f72b3b0ece
commit 8fa973d547
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 2 additions and 18 deletions

View File

@ -3,12 +3,4 @@ import { AppRegistry } from 'react-native';
import App from './dist/index';
class MainApp extends React.Component {
render() {
return (
<App />
);
}
}
AppRegistry.registerComponent('zxcvbn', () => MainApp);
AppRegistry.registerComponent('zxcvbn', () => App);

View File

@ -3,12 +3,4 @@ import { AppRegistry } from 'react-native';
import App from './dist/index';
class MainApp extends React.Component {
render() {
return (
<App />
);
}
}
AppRegistry.registerComponent('zxcvbn', () => MainApp);
AppRegistry.registerComponent('zxcvbn', () => App);