Jay Harris
Results
2
comments of
Jay Harris
Finding this Github issues thread saved me. Similar experience: - In a React Native project I'm using `expo-three` which has `@expo/browser-polyfill` as a dependency. - Using Firebase for authentication and...
Our project is hitting the same issue. (We're on sdk version 28.) As a temporary fix, we've done two things: 1) Updated line 38 of `node_modules/react-native-screen-brightness/android/build.gradle` from `androidx.core:core:1.+` to `androidx.core:$androidXCore`:...