diff --git a/index.js b/index.js index f3ffa07ac..63ce49fc2 100644 --- a/index.js +++ b/index.js @@ -12,9 +12,13 @@ import React from 'react'; // }); // } import { AppRegistry } from 'react-native'; +import reanimated from 'react-native-reanimated'; import App from './App'; import { enableScreens } from 'react-native-screens'; +// polyfill to avoid react-native-reanimated-indicators error with new reanimated +reanimated.interpolate = reanimated.interpolateNode; + enableScreens(); // // grab this text blob, and put it in a file named packager/modulePaths.js