How to add strike through on Text in react native? March 11, 2023 by Tarik With : <Text style={{textDecorationLine: 'line-through', textDecorationStyle: 'solid'}}> Solid line-through </Text>