Merge pull request #5057 from timofeevAV/patch-1

Remove duplication of TouchableHighlight
pull/5392/head
dsh 7 months ago committed by GitHub
commit 840bb4e31a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/react-native/content/109-interactions/100-touchables.md

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

Loading…
Cancel
Save