I am creating a react native project using react native cli
I am adding some pod dependency to ios native project pod file and doing pod install
One of the iOS pod dependency has internally use PromiseKit in iOS
Getting compile error in Cannot find type ‘AnyPromise’ in scope in Promisekit
Cannot find type 'AnyPromise' in scope
I am suspecting it is confusing with react promise how do we resolve.
tried reinstall pod
New contributor
Ram Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.