Git Product home page Git Product logo

Comments (9)

anistark avatar anistark commented on June 6, 2024

@demchenkoalex Would be able to shed some light to this issue?
If you're occupied, please point in the right direction so I can explore about fixing it.

from react-native-chat-ui.

demchenkoalex avatar demchenkoalex commented on June 6, 2024

Hi @anistark this repo is abandoned for now, I wouldn't suggest using it (only fork). I don't have capacity to maintain it, but want to revive it in the future if time allows. I will be re-writing everything from scratch anyway, so current implementation will not be useful.

from react-native-chat-ui.

anistark avatar anistark commented on June 6, 2024

Thanks for responding @demchenkoalex

Any starting point on how to fix it till your new version comes up.

Can help maintain the new version if it helps.

from react-native-chat-ui.

demchenkoalex avatar demchenkoalex commented on June 6, 2024

never used expo tbh, so not sure. I remember that everything was working correctly on a usual react native project, like here in the example :/

from react-native-chat-ui.

anistark avatar anistark commented on June 6, 2024

It works perfectly fine on android. But on ios it's acting weird.

I was able to hack fix the issue on keyboard open by pushing it a bit further up using KeyboardAvoidingView as such:

<KeyboardAvoidingView
    behavior="padding"
    keyboardVerticalOffset={-167}
>

But on keyboard exit, the messages scrolls below the box. If I exit the screen and come back, it's back to normal.

from react-native-chat-ui.

atipezda avatar atipezda commented on June 6, 2024

@anistark any news?

from react-native-chat-ui.

anistark avatar anistark commented on June 6, 2024

@anistark any news?

Haven't worked on this in a while. Although I remember fixing it somehow.
But as Alex mentioned above, this project is not maintained anymore.

Are you also working on this?

from react-native-chat-ui.

BijuDey avatar BijuDey commented on June 6, 2024

It works perfectly fine on android. But on ios it's acting weird.

I was able to hack fix the issue on keyboard open by pushing it a bit further up using KeyboardAvoidingView as such:

<KeyboardAvoidingView
    behavior="padding"
    keyboardVerticalOffset={-167}
>

But on keyboard exit, the messages scrolls below the box. If I exit the screen and come back, it's back to normal.

flatListProps={{ contentContainerStyle: {paddingTop: Platform.OS == 'ios' ? 100 : 0}, }}
Temporary fix for "But on keyboard exit, the messages scrolls below the box. If I exit the screen and come back, it's back to normal."

from react-native-chat-ui.

demchenkoalex avatar demchenkoalex commented on June 6, 2024

please use alternative libraries as of right now. If I come back to this, this will be a completely different library, keeping repo just in case I will have a possibility to come back.

from react-native-chat-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.