mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
now playing layout mock-up
This commit is contained in:
12
index.js
12
index.js
@@ -1,9 +1,11 @@
|
||||
/**
|
||||
* @format
|
||||
*/
|
||||
import { AppRegistry, LogBox } from 'react-native';
|
||||
|
||||
// ignore recoil's timer warning on android:
|
||||
// https://github.com/facebookexperimental/Recoil/issues/1030
|
||||
LogBox.ignoreLogs(["timer"]);
|
||||
|
||||
import {AppRegistry} from 'react-native';
|
||||
import App from './App';
|
||||
import {name as appName} from './app.json';
|
||||
import { name as appName } from './app.json';
|
||||
|
||||
|
||||
AppRegistry.registerComponent(appName, () => App);
|
||||
|
||||
Reference in New Issue
Block a user