react-native-progress-view / progress-bar-android

ProgressBar Component for react-native Android
MIT License
93 stars 36 forks source link

Support the new architecture on current version of React Native #96

Closed j-piasecki closed 1 year ago

j-piasecki commented 1 year ago

A followup to https://github.com/react-native-progress-view/progress-bar-android/pull/90.

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.

zabojad commented 1 year ago

Hi @Naturalclar ! could you please merge that ? It's directly linked to https://github.com/react-native-progress-view/progress-bar-android/pull/90 that you've just merged a moment ago...