-
When the component is defined inside stack navigator screens the play pause or moving the slider doesnt work
-
Let's develop an Ontology for OSH designs, manufacturing and maybe more (e.g. recycling).
To define the scope more specifically/to limit it more, we can discuss in here.
Current suggestion:
#…
-
### Current behavior
onPress inside screen content which is nested inside a Modal Stack is not working
* onPressIn and onPressOut are working
* onPress inside screen header is working
* in my …
-
Exception thrown while executing UI block: -[BlurView setOnClick:]: unrecognized selector sent to instance 0x11898b1c0
__44-[RCTUIManager flushUIBlocksWithCompletion:]_block_invoke
RCTUIManage…
-
Any idea how to make a measurements in 'touchable' devices ?
thx
-
Im currently on "react-native": "0.57.0", "react-native-picker": "^4.3.7".
The error still exists even when I have added these codes
1. `MainApplication.java`
``` js
import com.beefe.picke…
-
React Native apps often have many UI components that are touchable but also contain nested elements that are also touchable. For example, an entire list row may be touchable as a primary navigation op…
-
Hi again,
is possible to wrap a ListItem with a Touchable components ?
-
**Describe the bug**
When dragging an item in the draggable flatlist that is wrapped in a touchable opacity, the touchable opacity doesn't receive the onPressOut event. This makes it stay at low opac…
-
react-native 0.63 is out, and one of the key changes is that RN has a new component/model for pressable type elements.
As I understand it, this API model is intended to replace all the `Touchable*`…