Wak
Wak
Anyone figure this out?
I have some useful info on this: My browser requests the file at: **http://IP-ADDRESS/node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Feather.ttf** When the actual file is located at: **http://IP-ADDRESS/assets/_node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/Feather.ttf** ^(Take note that it's _node_modules, not node_modules.)
I've followed the official monorepo documentation for Expo. I wonder if that has something to do with this?
Same issue
Still broken in latest version of expo (49.0.10)
Reproduced with iphone 14
This would be nice
@Monkhai Did you ever find a solution to this?
I'm on Android (new arch., 0.75, expo) and the onPress events don't work inside my drawer's scrollview, when scrolled. But onPressIn does work. Strange.