Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Fix youtube downloader by forcing import of process-next-tick first

  • Loading branch information
Khaled Tantawy authored and naira-cliqz committed Jun 28, 2018
1 parent 718f132 commit f13fc0ceb71278f1a9dbf11a5093ab1f5777796c
Showing with 1 addition and 0 deletions.
  1. +1 −0 index.js
@@ -1,3 +1,4 @@
import 'process-nextick-args';
import 'react-native/Libraries/Core/InitializeCore';
import React from 'react';
import { AppRegistry, StyleSheet, View } from 'react-native';

0 comments on commit f13fc0c

Please sign in to comment.