- Example project now uses typescript and RN version 0.69.0
- Linting, testing, improvements
- Package files moved to the package folder
- Updated all dependencies
- React Native 0.69.0 text colors
- Fixed message time format to
HH:mm
that wasHH:ss
before
- Add new props to change the default texts like input placeholder and messages
- Add a
messageDateFormat
property so the user can pass a string format to be used to format the dates separators
- Fixed message time format
- Fixed the parameters passed to the
onErrorSendMessage
andonErrorDeleteMessage
methods.
- Just a compilation script fix
- Just a compilation script fix
- Documentation improvements
- This version do not use svg icons anymore, so that means that
react-native-svg
is not required as a dependency anymore.
- Frist version