Devin Sackett
Devin Sackett
Clicking `Stop Debugging` from the developer menu. After the screen refreshed I get the following error in the Metro terminal: ``` ERROR TypeError: undefined is not an object (evaluating 'this.InnerNativeModule.installCoreFunctions')...
Yea, I've ran `pod install`, `pod install --repo-update`, `npx react-native-clean-project` and `npx pod-install` multiple time.
Looking more into this, the error I am getting (after I stop using the Chrome Debugger) has to due with `react-native-reanimated`, not `react-native-skia`. Removing the Skia code and flipping between...