Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListEmptyComponent renders in a "mirrored" state? #91

Open
mkhoussid opened this issue Dec 23, 2023 · 5 comments
Open

ListEmptyComponent renders in a "mirrored" state? #91

mkhoussid opened this issue Dec 23, 2023 · 5 comments
Labels
question Further information is requested

Comments

@mkhoussid
Copy link

Hello, taking the code from the docs, I get something like this:

Screenshot 2023-12-23 at 14 15 08

Any ideas what's going on?

@mkhoussid mkhoussid added the question Further information is requested label Dec 23, 2023
@demchenkoalex
Copy link
Member

lol :D I didn't run v1 for quite some time (working on a full re-design with v2) - I will need to check

@demchenkoalex
Copy link
Member

hmm looks fine here.. is this iOS you have?

Screenshot 2023-12-27 at 22 29 24

@demchenkoalex
Copy link
Member

oh sorry this is react native :D as stated in the readme, please search for alternatives, cause I am currently maintaining only flutter library and if I will be able to achieve code completion there, I will be only then able to update react native. And it will be a brand new library anyway.

@ignaciotcrespo
Copy link

ignaciotcrespo commented Jul 22, 2024

same here in android build, in the react native library, after upgrading RN to version 0.72.4 and android targetApi to 34

UPDATE: using a workaround works ok, changing the theme fonts style (in my case I am using darkTheme)

  fonts: {
    ...darkTheme.fonts,
    emptyChatPlaceholderTextStyle: {
      ...darkTheme.fonts.emptyChatPlaceholderTextStyle,
      // workaround for android showing a mirrored text https://github.com/flyerhq/react-native-chat-ui/issues/91
      transform: Platform.OS === 'android' ? [{scaleX: -1}] : undefined
    }
  }

@shamxeed
Copy link

shamxeed commented Aug 6, 2024

lol :D I didn't run v1 for quite some time (working on a full re-design with v2) - I will need to check

Hello, @demchenkoalex thank you so much for this awesome lib 👍 . I hope to support this in future. :))

But, when will this v2 be available, please? Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants