Skip to content

Instantly share code, notes, and snippets.

View sonnysantino's full-sized avatar
💭
🤟

Santi sonnysantino

💭
🤟
View GitHub Profile
@sonnysantino
sonnysantino / react-native-video+5.0.2.patch
Created June 7, 2020 12:05
react-native-video+5.0.2.patch
diff --git a/node_modules/react-native-video/android-exoplayer/build.gradle b/node_modules/react-native-video/android-exoplayer/build.gradle
index 5baf953..ae7a84e 100644
--- a/node_modules/react-native-video/android-exoplayer/build.gradle
+++ b/node_modules/react-native-video/android-exoplayer/build.gradle
@@ -23,7 +23,10 @@ android {
dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
- implementation('com.google.android.exoplayer:exoplayer:2.9.3') {
+
@sonnysantino
sonnysantino / php7.md
Last active August 17, 2016 15:28
Add PHP 7 to an existing forge/homestead

Add ondrje/php repository

sudo add-apt-repository ppa:ondrej/php

Update aptitude

sudo apt-get update