README
TouchableNativeFeedback is not supported on iOS or Android API <=20 (below 5.0), so this component falls back to using TouchableOpacity in those cases.
Use TouchableNativeFeedback where possible and fallback to alternatives where not.
<script type="module">
import expoReactNativeTouchableNativeFeedbackSafe from 'https://cdn.skypack.dev/@expo/react-native-touchable-native-feedback-safe';
</script>
TouchableNativeFeedback is not supported on iOS or Android API <=20 (below 5.0), so this component falls back to using TouchableOpacity in those cases.