README
Usage
var Del = require('rect-native-del');
<View style={{flexDirection: 'row'}}>
<Del>Deleted text</Del>
<Text>Normal text</Text>
</View>
Deleted Text Component
<script type="module">
import reactNativeDel from 'https://cdn.skypack.dev/react-native-del';
</script>
var Del = require('rect-native-del');
<View style={{flexDirection: 'row'}}>
<Del>Deleted text</Del>
<Text>Normal text</Text>
</View>