Open andrewgilliland opened 2 years ago
Can you confirm this on V4 beta
I updated to V4 beta and then I got the error: Unable to resolve module ./Avatar from .../node_modules/react-native-elements/dist/index.js
and the app crashes. Any ideas?
@andrewgilliland Can you confirm this with Bleeding Edge version
I updated to V4 beta and then I got the error:
Unable to resolve module ./Avatar from .../node_modules/react-native-elements/dist/index.js
and the app crashes. Any ideas?
Did you resolve it?
On iPhone (iOS 14.8.1), when selecting the icon wrapped in the tooltip component, the expected text is rendered in a modal. But when closing the modal, the error message
Modal was presented with 0x2 orientations mask but the application only supports 0x8. Add more interface orientations to your app's Info.plist to fix this. NOTE: This will crash in non-dev mode.
is displayed. Note: this does not occur on iPad (iOS 12.5.5).I am using the component like this:
Thank you in advance for any assistance and for creating this library.