how can I change a touchableOpacity onclick to an input field ? And again to the touchable opacity ? ...
how can I change a touchableOpacity onclick to an input field ? And again to the touchable opacity ? ...
When a API call is happening, Im not able to click any touchables in the screen. They wont respond until the API call is done. Is there any solution f ...
I have the following component created for showing an image card on screen. Inside this card there is an image that I am trying to make touchable, how ...
I'm creating a simple text-to-speech function for my react native app. I have a button, when you click it for the first time, it will read the text an ...
It isn't turning out how I want it to be Figma Design and the Coded in React Native I want it to float and have a transparent background while bein ...
On older and slower Android devices, the onPress() method on TouchableOpacity might not be called even though the button is pressed and you can see th ...
In ReactNative, the bottomsheet is displayed overlaid on the fragment. Is there a way to make the bottomsheet rise to the top of the screenenter image ...
I have been able to add item in onPress but it only shows the pressed item only. I want it to displays all the selected item in a row in the view b ...
I am currently trying to make an app with React Native but I am facing a problem that i don't understand. I want to get the id of the element the use ...
Im making a check-in button in react native that darkens after being pressed. I've read alot of articles but they only explain how to change the colou ...
I want to collect some data about how many users are pressing a disabled button (implemented using TouchableOpacity) in my React-Native app? Since I a ...
i want to ask how can i make TouchableOpacity completely circular ? This is some kind a tricky issue for me because ui side is seemings circular shape ...
Have this custom TouchableOpacity function component, but for the style prop I'm getting a TS error Here is the complete TS complaint: TS2322: ...
If you have any experience rendering lot of views I'm glad to hear: Im trying to render about hundreds of views in a single page. More specifically i ...
I am displaying the state array below using the FlatList provided. However, the TouchableOpacity elements in Key exhibit no response whatsoever to a p ...
I have created a list of numbers and i want to show selected items in a different view but my codes show only the pressed item. i want it to like 1 2 ...
I am trying to create a specific clear button to use on both ios and android devices. I have created a reusable component for the several fields I hav ...
firstable, I'm korean. I'm not good at eng. so plz understand me about garmmar or word. anyway, now I use TouchableOpacity, and I want to change the ...
So I have this code below, but when I add margins to my buttons in their styling like marginTop and marginLeft (shomeButton, mhomeButtom, and abthomeB ...
I want to create a button where if you click on it you copy the color of the said button. But I need to click twice in order to copy my color (the fir ...