I keep running into similar type of exceptions over and over again:
"Invariant Violation: requireNativeComponent: "ToolbarAndroid" was notfound in the UIManager"
Configuration: running on android, react native 0.63.0, used expo init project-name, expo-cli 3.27.10, typescript
Tried:
npm install expo install @react-native-community/toolbar-android // installs "@react-native-community/toolbar-android": "0.1.0-rc.2"expo install @react-native-community/toolbar-android // installs "@react-native-community/toolbar-android": "0.1.0-rc.2"
All I can find on the web is: "tRy NpX poD-iNsTAll", but as far as I understand it's for iOS, so it returns "not a darwin machine".I understand it could be something wrong with linking, but react-native 0.60.0+ solves this automatically, so what's going on? Incompatible versions?