Skip to content

Commit

Permalink
Add androidx.swiperefreshlayout to RNTester build.gradle
Browse files Browse the repository at this point in the history
Summary:
Suggested fix from passy

Changelog: [General] [Fixed] RNTester instacrash from missing androidx dependency

Reviewed By: passy

Differential Revision: D19741935

fbshipit-source-id: 62e02169a92b7418471d2228a3d75ffffbe7a6a6
  • Loading branch information
rickhanlonii authored and facebook-github-bot committed Feb 5, 2020
1 parent 399bda5 commit 3797a6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RNTester/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ dependencies {
// Build React Native from source
implementation project(':ReactAndroid')

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"

def hermesPath = '$projectDir/../../../../node_modules/hermes-engine/android/'
debugImplementation files(hermesPath + "hermes-debug.aar")
releaseImplementation files(hermesPath + "hermes-release.aar")
Expand Down

0 comments on commit 3797a6d

Please sign in to comment.