Updates the fabricexample app to React Native 0.71, and build.gradle to implement react-native in different ways depending on its version. This is because starting with RN 0.71 it's no longer built from source but distributed as a prebuilt package by default.
A followup to https://github.com/react-native-progress-view/progress-bar-android/pull/90.
Updates the
fabricexample
app to React Native 0.71, andbuild.gradle
to implementreact-native
in different ways depending on its version. This is because starting with RN 0.71 it's no longer built from source but distributed as a prebuilt package by default.