Skip to content

Commit

Permalink
Use Slider from wordpress-mobile fork
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Nov 27, 2019
1 parent 1363e3f commit bdd1183
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"dependencies": {
"@babel/runtime": "^7.3.1",
"@react-native-community/cli": "^1.5.2",
"@react-native-community/slider": "git+https://github.com/lukewalczak/react-native-slider.git#0ca3724bd05115df88bfe896f8ab2cb5b58fa256",
"@react-native-community/slider": "git+https://github.com/wordpress-mobile/react-native-slider.git#cfdca814c1f06d9308baa81c29650dbc7cf956e3",
"classnames": "^2.2.5",
"dom-react": "^2.2.1",
"domutils": "^1.7.0",
Expand Down
5 changes: 1 addition & 4 deletions react-native-gutenberg-bridge/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ apply from: 'https://gist.githubusercontent.com/hypest/742448b9588b3a0aa580a5e80
// import the `readHashedVersion()` function
apply from: 'https://gist.githubusercontent.com/hypest/ceaf20a8e7d9b8404e4a5ff2e6c36650/raw/e1460a128e4b9863963410d719c7d44c3adefd02/readHashedVersion.gradle'

// import the `readNPMVersion()` function
apply from: 'https://gist.githubusercontent.com/lukewalczak/4c7fc671acad9db9effd50d92000417b/raw/a737b5a27306a8edec8ae01164fa5216ea8fe617/readNPMVersion.gradle'

// import the `waitJitpack()` function
apply from: 'https://gist.githubusercontent.com/hypest/f526fe0775dedce0ce0133f1400d22a4/raw/0008b271a0d28fc79957fd3c2a027f57e98f796a/wait-jitpack.gradle'

Expand Down Expand Up @@ -140,7 +137,7 @@ dependencies {
implementation (waitJitpack('com.github.wordpress-mobile', 'react-native-svg', readHashedVersion('../../package.json', 'react-native-svg', 'dependencies')))
implementation (waitJitpack('com.github.wordpress-mobile', 'react-native-recyclerview-list', 'f845b3c2c4411b8e97db23724bf1a535530c5435'))
implementation (waitJitpack('com.github.wordpress-mobile', 'react-native-video', readHashedVersion('../../package.json', 'react-native-video', 'dependencies')))
implementation (waitJitpack('com.github.lukewalczak', 'react-native-slider', readHashedVersion('../../package.json', '@react-native-community/slider', 'dependencies')))
implementation (waitJitpack('com.github.wordpress-mobile', 'react-native-slider', readHashedVersion('../../package.json', '@react-native-community/slider', 'dependencies')))

def rnVersion = readReactNativeVersion('../package.json', 'peerDependencies')
implementation "com.facebook.react:react-native:${rnVersion}"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1659,9 +1659,9 @@
xcode "^2.0.0"
xmldoc "^0.4.0"

"@react-native-community/slider@git+https://github.com/lukewalczak/react-native-slider.git#0ca3724bd05115df88bfe896f8ab2cb5b58fa256":
"@react-native-community/slider@git+https://github.com/wordpress-mobile/react-native-slider.git#cfdca814c1f06d9308baa81c29650dbc7cf956e3":
version "2.0.7"
resolved "git+https://github.com/lukewalczak/react-native-slider.git#0ca3724bd05115df88bfe896f8ab2cb5b58fa256"
resolved "git+https://github.com/wordpress-mobile/react-native-slider.git#cfdca814c1f06d9308baa81c29650dbc7cf956e3"

"@tannin/compile@^1.0.3":
version "1.0.3"
Expand Down

0 comments on commit bdd1183

Please sign in to comment.