mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
update reanimated
This commit is contained in:
4
index.js
4
index.js
@@ -2,11 +2,13 @@ import 'react-native-gesture-handler';
|
||||
import 'react-native-get-random-values';
|
||||
|
||||
import { AppRegistry, LogBox } from 'react-native';
|
||||
|
||||
// ignore recoil's timer warning on android:
|
||||
// https://github.com/facebookexperimental/Recoil/issues/1030
|
||||
LogBox.ignoreLogs(["timer"]);
|
||||
|
||||
import { enableScreens } from 'react-native-screens';
|
||||
enableScreens();
|
||||
|
||||
import App from './App';
|
||||
import { name as appName } from './app.json';
|
||||
import TrackPlayer from 'react-native-track-player';
|
||||
|
||||
Reference in New Issue
Block a user