Closed hanaechahid closed 3 years ago
ios example doesn't display suggestions. Dropdown shows blank text. RN 0.61.5
Hi @egeola for me, I had just separate android and iOS code in different files then it works well
Still doesn't work for me. The list returns title and release date as undefined.
Had the same issue. In the function I was passing in for renderItem
, I was expecting one argument, the item (same as what you have in the code sample above. This worked in previous versions (I was using ^3.6.0). The fix that worked for me was to change the argument I was expecting in renderItem
to { item, index, separators }
.
E.g. renderItem={({ item, index, separators }) => { ...render your suggestion }}
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
this is my code:
the suggesstions list doesn' displaying on ios instead is works well on android. also on Focus didn't fire i don't know why any help please? thank you