react-native-del

Deleted Text Component

Usage no npm install needed!

<script type="module">
  import reactNativeDel from 'https://cdn.skypack.dev/react-native-del';
</script>

README

Usage

var Del = require('rect-native-del');

<View style={{flexDirection: 'row'}}>
    <Del>Deleted text</Del>
    <Text>Normal text</Text>
</View>