armackey / nativescript-twilio-video

A Nativescript video chat plugin.
12 stars 8 forks source link

getting error after run code Cannot find name UIViewContentMode, UIView and UIViewContentMode #19

Open kalpeshims opened 3 years ago

kalpeshims commented 3 years ago

i am getting the following error after run the code in my local device

i am trying with demo-ng

ERROR in node_modules/nativescript-twilio-video/ios/localVideo.ts(27,43): error TS2304: Cannot find name 'UIViewContentMode'. node_modules/nativescript-twilio-video/ios/remoteVideo.ts(14,17): error TS2304: Cannot find name 'UIView'. node_modules/nativescript-twilio-video/ios/remoteVideo.ts(22,44): error TS2304: Cannot find name 'UIViewContentMode'.

code is same as github code.

image