mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-26 20:32:23 +00:00
committed by
GitHub
parent
7afd23665f
commit
2fa9645cf6
+6
-1
@@ -3,7 +3,12 @@
|
||||
*/
|
||||
|
||||
import {AppRegistry} from 'react-native';
|
||||
import App from './App';
|
||||
import App from './src/App';
|
||||
import {name as appName} from './app.json';
|
||||
|
||||
AppRegistry.registerComponent(appName, () => App);
|
||||
|
||||
if (typeof document !== 'undefined') {
|
||||
const rootTag = document.getElementById('root');
|
||||
AppRegistry.runApplication(appName, {rootTag});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user