expo / videoplayer

Customizable controls for Expo video
83 stars 83 forks source link

update netInfo deprecated method calls #6

Closed sameesiddiqui closed 6 years ago

sameesiddiqui commented 6 years ago

fix warnings for deprecated method calls

alexrussell commented 6 years ago

It could be argued that people requiring a version of this package compatible with SDK 20 could just use the previous version...? Just a suggestion - not really sure what the general community's practices are in regard to this kid of thing in general. (Realistically, npm/yarn should be working out which is the highest/best version to install where the deps still match, but I don't know if they quite do that, instead going for the latest and then bailing when things don't work out.)