Skip to content

Commit

Permalink
(fix) indicators package error with new reanimated
Browse files Browse the repository at this point in the history
  • Loading branch information
msantang78 committed Jun 28, 2021
1 parent da1ec22 commit 8872631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8872631

Please sign in to comment.