-
Is there any way to add touchable URLs in editor? I want to add URLs and when the url is touched, the URL is opened in safari. I have searched for it and found that it is not possible to add touchable…
-
-
These two are similar and conflict with each other when nested. They should be brought together in a clean way. Maybe brought into the Tappable library.
cc @jedwatson
natew updated
9 years ago
-
Here is my sample code you can look into it.
showPopover() {
this.setState({isVisible: true});
}
closePopover() {
this.setState({isVisible: false});
}
…
-
Hello,
Really nice app! Exactly what I was looking for.
Quick question, is the circle Touchable ?
With a finger, can we set increase/decrease the percent in the middle by drawing along the circl…
-
Thanks for sharing this awesome and much needed lib.
It doesn't work in touch enabled devices and this feature is not in the feature list. any chance that it will be done soon?
-
The *Touchable* menu item seems broken.
Can't seem to find the page in source - so I'm guessing the link should be removed?
![image](https://user-images.githubusercontent.com/9531064/46581859-ae5940…
-
## Pressable
- press 인터랙션의 다양한 스텝을 감지하는 컴포넌트
- 리액트 네이티브 0.63 버전에 등장함
## Touchable
- 터치에 반응하는 컴포넌트
- Touchable components 종류
- Button, TouchableWithoutFeedback, TouchableHighlight, …
-
This might be just semantics but since Touchable implements `onPress` and various of "press" methods, maybe it makes more sense for it to be called `Pressable`?
-
I'm using FileModelVisual3D to load the 3d files (wavefront .obj with .mtl files in this case). But I cannot rotate the camera when touch and move it on the 3D model itself, just outside of the model …