1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 05:42:41 +02:00

Update 100-touchables.md

This commit is contained in:
Timofeev Artyom
2024-01-20 00:38:56 +05:00
committed by GitHub
parent ed0e376d46
commit 53c9279049

View File

@@ -59,7 +59,7 @@ In React Native, `Touchable` components are used to handle user interactions lik
</TouchableNativeFeedback>
```
- `TouchableHighlight`: The view will slightly change scale when pressed.
- `TouchableScale`: The view will slightly change scale when pressed.
```jsx
import { TouchableScale } from 'react-native-touchable-scale';