Janos Eross
Janos Eross
Still relevant
Experienced the same thing, I had `` inside of a ``. It works on the iOS Emulator, on Android simulator and device, it only "freezes" on real iOS device. I'm...
Hi! I'm interested in this conversation, having the same issue. @JSantangelo-Octopus did you apply any workaround which works for you?
So I used @mcalero11 's method and it's working. On my end it was enough to remove only these files: - node_modules/react-native-ui-lib/src/assets/icons/[email protected] - node_modules/react-native-ui-lib/src/assets/icons/[email protected] - node_modules/react-native-ui-lib/src/assets/icons/[email protected] - node_modules/react-native-ui-lib/src/assets/icons/[email protected] Here's the...
Hey! I suspect it's an iOS version specific bug, but I can't confirm it since I don't have any other iOS device (and it only occurs on physical devices). iOS...
I only deleted those icons, as the patch source file says.
I can confirm this. I was searching for this usage, then realised they have this defaulted as `true`. Take a look at `node_modules/react-native-ui-lib/src/components/picker/index.js` line 70. If you set it to...
Hey @adids1221! Thank you for your response. We understood that `migrate` prop will be removed from the next major version. Our problem is that we don't use it, yet we...
Thank you @adids1221 for your work! The ticket can be closed.
Hey! I'm also experiencing he issue using Expo (new arch enabled) and React Navigation. I did the same workaround by replacing all of the `onPress` calls to `onPressOut` which solved...