Skip to content

Instantly share code, notes, and snippets.

@xiongemi
Created April 11, 2022 04:32
Show Gist options
  • Save xiongemi/311b2bb2d3adb1b5e0dbf63b9ffcb484 to your computer and use it in GitHub Desktop.
Save xiongemi/311b2bb2d3adb1b5e0dbf63b9ffcb484 to your computer and use it in GitHub Desktop.
react native web main file
import { AppRegistry } from 'react-native';
// eslint-disable-next-line @nrwl/nx/enforce-module-boundaries
import App from '../../studio-ghibli-search-engine-mobile/src/app/App';
AppRegistry.registerComponent('main', () => App);
AppRegistry.runApplication('main', {
rootTag: document.getElementById('root'),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment