BondGoat / react-native-native-video-player

React native video player, used for Android, iOS. It will lauch a Native Video, not an Embeded Component
GNU General Public License v3.0
50 stars 44 forks source link

AppDelegate.h file not found #26

Closed pratikadyalkar closed 5 years ago

pratikadyalkar commented 5 years ago

My project contains pod files. So once i install the pods i start getting this error.

screen shot 2018-08-24 at 12 04 20 pm

pratikadyalkar commented 5 years ago

@BondGoat

ericmgoeken commented 5 years ago

Seems odd for a library to reference AppDelegate.h not to mention that if you have a swift based app then you have a AppDelegate.swift

chengsam commented 5 years ago

4

ericmgoeken commented 5 years ago

@chengsam, Thanks for pulling up #4. I think that would help most users, but my project does not use an AppDelegate.h it is all swift so I have an AppDelegate.swift.

I created a pull request to remove the cast to AppDelegate and no longer use the AppDelegate.h reference. It is really just a copy job from a-voityuk's fork