update reanimated

This commit is contained in:
austinried
2021-06-25 10:14:46 +09:00
parent 4152ff6cfb
commit b1944f7791
4 changed files with 11 additions and 12 deletions

View File

@@ -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';