Link Previews (#890)

* Link previews, Image previews and YouTube

* Install cocoapods dependencies
This commit is contained in:
enahum
2017-09-12 15:06:19 -03:00
committed by GitHub
parent 6e1d351a73
commit 7aebcbd52e
24 changed files with 1197 additions and 208 deletions

View File

@@ -6,6 +6,7 @@ import android.content.Context;
import android.os.Bundle;
import com.facebook.react.ReactApplication;
import com.inprogress.reactnativeyoutube.ReactNativeYouTube;
import io.sentry.RNSentryPackage;
import com.masteratul.exceptionhandler.ReactNativeExceptionHandlerPackage;
import com.RNFetchBlob.RNFetchBlobPackage;
@@ -64,7 +65,8 @@ public class MainApplication extends NavigationApplication implements INotificat
new RNFetchBlobPackage(),
new MattermostManagedPackage(),
new RNSentryPackage(this),
new ReactNativeExceptionHandlerPackage()
new ReactNativeExceptionHandlerPackage(),
new ReactNativeYouTube()
);
}