react-native-toast-message
react-native-toast-message copied to clipboard
Toast message does not display correctly '/' character
Describe the bug Toast message does not display correctly '/' character
Steps to reproduce Steps to reproduce the behavior: Display toast message
Expected behavior Toast message should display '/' character
Screenshots
Code sample
const message = "file:///Users/alicja_mruk/Library/Developer/CoreSimulator/Devices/DE42FBE9-C6C2-48C6-9570-28158BD51E9F/data/Containers/Data/Application/8BB52C4A-C4F8-4C3D-B6BB-4D3A52F94A8F/Documents/"
Toast.show({
type: 'success',
text1: message,
});
Environment (please complete the following information):
- OS: iOS, Android
- react-native-toast-message version: 2.1.5
- react-native version 0.69.3
I just copy and pasted your example into an expo.dev snack and seems to be working as expected. Your screenshot also looks different than the example code you gave. @alicja99 Is this still an issue?