react-native-toast-message icon indicating copy to clipboard operation
react-native-toast-message copied to clipboard

Toast message does not display correctly '/' character

Open alicja-mruk opened this issue 2 years ago • 1 comments

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

  • OS: iOS, Android
  • react-native-toast-message version: 2.1.5
  • react-native version 0.69.3

alicja-mruk avatar Sep 22 '22 12:09 alicja-mruk

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?

heinst avatar Oct 13 '22 02:10 heinst