RCTAutoComplete icon indicating copy to clipboard operation
RCTAutoComplete copied to clipboard

No visible @interface for 'RCTEventDispatcher' declares the selector 'sendTextEventWithType:reactTag:text:eventCount:'

Open sslash opened this issue 9 years ago • 5 comments

Getting the error above Using RCTAutocomplete v0.1.2 Tried React-native v0.15 and v0.16

sslash avatar Dec 17 '15 11:12 sslash

I release a new version. Do you still having the error?

nulrich avatar Dec 22 '15 22:12 nulrich

I do. I have just downloaded it from npm and I still get that.

screen shot 2015-12-23 at 17 53 57

edo1493 avatar Dec 23 '15 16:12 edo1493

Just got this error too after upgrade to v0.1.3 using react-native 0.14.2. The problem was introduced with #28 adding the key argument which RCTEventDispatcher doesn't support.

secobarbital avatar Dec 23 '15 22:12 secobarbital

But they changed the method https://github.com/facebook/react-native/commit/6c7c845145e1da44ac5d965d49097eff1c11cc49#diff-1bbcacec5f18234fa10073eb3a8b8ce9R147

nulrich avatar Dec 23 '15 23:12 nulrich

Yeah I'm surprised the other guys are getting it on RN 0.15 and 0.16. It would have been nice if #28 was a major version bump given it is a backward-incompatible change, that way 0.14 users can still get fixes like #26 by backporting it to the 0.1 branch.

secobarbital avatar Dec 24 '15 21:12 secobarbital