I cannot use Powercheck for react-native Android 😢 Importing a polyfill fixes this, but that causes alot of other side-effects. So maybe nog the best workaround.. ``` import 'core-js/fn/symbol'; ``` 