AnnounceSlide causes `Error: Text strings must be rendered within a <Text> component.` during expo build
mitchellkager opened this issue · 0 comments
mitchellkager commented
I have successfully used Nuka Carousel throughout my web app. Now when I try to ship to Android, I get error about cannot use a Text component without wrapping in . I see here what it refers to. I try modifying renderAnnounceSlideMessage to return Text object, empty string, null, or undefined but none of these resolve issue.
I know this is a common and often ambiguous issue in apps; I have removed the carousel and directly rendered its children successfully.