Aliaksei Astafyeu
Aliaksei Astafyeu
For me, it happens with ( only for Android ): "react-native-reanimated": "2.6.0" "react-native": "0.67.3"
Hi. The same here. https://issuetracker.google.com/issues/242118185
The same here!
@hoanganhnh2009 hello! If you need to print using Epson printer you can try this lib - https://www.npmjs.com/package/react-native-esc-pos-printer
https://github.com/tr3v3r/react-native-esc-pos-printer I’ve wrapped official epson sdk for Android and iOS.
@KannarFr you can try this library - it supports iOS too https://github.com/tr3v3r/react-native-esc-pos-printer
Header not accessible with screen reader on iOS with headerMode='screen' and headerTransparent: true
Also with the same settings, headerLeft and headerRight items are not clickable on Android! If I set headerMode='float' the buttons become responsive
@gorhom If it helps you I stared to face with interaction issue right after updating react native and reanimated to the latest versions( two days ago ). Before this everything...
Try to use add :linkage => :static to use_framework. Hope it helps. ``` use_frameworks! :linkage => :static ```
> Still working on implementing this to local project. Looks like it works well for now. Will keep you updated when I'm done with the refactor that is needed. Thanks....