calintamas / react-native-toast-message

Animated toast message component for React Native
MIT License
1.66k stars 258 forks source link

Toast message does not display correctly '/' character #412

Open alicja-mruk opened 1 year ago

alicja-mruk commented 1 year ago

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

Zrzut ekranu 2022-09-22 o 13 56 50

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):

heinst commented 1 year ago

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?