Touchable is no longer maintained
See original GitHub issue“react”: “^16.11.0”, “react-native”: “https://github.com/expo/react-native/archive/sdk-38.0.1.tar.gz”, “react-native-paper”: “^4.1.0”,
Unable` to resolve “./components/TouchableRipple” from “node_modules\react-native-paper\src\index.tsx”
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
react-touchable - npm Package Health Analysis - Snyk
The npm package react-touchable was scanned for known vulnerabilities and missing license, and no issues were found. Thus the package was deemed ...
Read more >Touchables | React Native Gesture Handler - Software Mansion
This is documentation for React Native Gesture Handler 2.1.1, which is no longer actively maintained. For up-to-date documentation, see the latest version (2.6....
Read more >TouchableWithoutFeedback - React Native
This is documentation for React Native 0.62, which is no longer actively maintained. For up-to-date documentation, see the latest version (0.70) ...
Read more >Maintain Touchable Items with a Parent PanResponder
The React Native folk built the gesture responding system very similar to the web. The gesture system has a capture phase, just like...
Read more >9. Touch Controller | TouchGFX Documentation
This is documentation for TouchGFX Documentation 4.14, which is no longer actively maintained. For up-to-date documentation, see the latest version. Development ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@3Omar3 @borgogelli Try
expo start -c
I am having this issue also.
here are the versions for the above-listed components “dependencies”: { “@react-native-community/cli-platform-android”: “^4.10.1”, “@react-native-community/geolocation”: “^2.0.2”, “@react-native-community/masked-view”: “^0.1.10”, “@react-native-community/picker”: “^1.6.5”, “@react-navigation/compat”: “^5.2.3”, “@react-navigation/drawer”: “^5.9.0”, “@react-navigation/material-bottom-tabs”: “^5.2.16”, “@react-navigation/native”: “^5.7.3”, “@react-navigation/stack”: “^5.9.0”, “acorn”: “^7.3.1”, “core-js”: “^3.1.4”, “lodash”: “^4.17.19”, “mixin-deep”: “^2.0.1”, “react”: “^16.13.1”, “react-art”: “^16.8.4”, “react-dom”: “^16.8.4”, “react-native”: “^0.63.2”, “react-native-appearance”: “^0.3.4”, “react-native-camera-kit”: “^8.0.4”, “react-native-gesture-handler”: “^1.7.0”, “react-native-paper”: “^4.0.1”, “react-native-reanimated”: “^1.10.1”, “react-native-safe-area-context”: “^3.1.1”, “react-native-screens”: “^2.9.0”, “react-native-vector-icons”: “^7.0.0”, “react-native-web”: “^0.13.4”, “react-navigation”: “^4.4.0”, “set-value”: “^3.0.2”, “typescript”: “^3.9.7” },