Skip to content

Commit

Permalink
android build: Cut a workaround obsoleted by RN v0.68
Browse files Browse the repository at this point in the history
As explained by the comment.
  • Loading branch information
gnprice committed Dec 14, 2022
1 parent 83964b8 commit 0fb4de6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,6 @@ dependencies {
// For animated GIF support:
implementation "com.facebook.fresco:animated-gif:${rnProperties.get('FRESCO_VERSION')}"

// Workaround for facebook/react-native#32735; see
// https://github.com/facebook/react-native/issues/32735#issue-1077061487
// TODO(react-native-68): Remove; fixed in facebook/react-native@f45889ef9
implementation('com.facebook.soloader:soloader:0.10.3') {
version {
strictly '0.10.3'
}
}

// ----------------------------------------
// Dependencies from RN upstream, in the template app

Expand Down

0 comments on commit 0fb4de6

Please sign in to comment.