Updour

Results 4 issues of Updour

how to delete message in use this module? if (responses.status === 200) { messages.forEach((obj) => { console.log(obj.type) SmsAndroid.delete( ![Screenshot from 2020-01-10 09-52-33](https://user-images.githubusercontent.com/36692358/72121904-fe1e6980-338e-11ea-9f08-65aebd32df73.png) obj._id, (fail) => { console.log('Failed with this error:...

I tried to run on Android version 9, why can an error like this? ![Screenshot from 2020-05-14 13-39-03](https://user-images.githubusercontent.com/36692358/81901323-8dab8180-95e8-11ea-8abb-da6e212dfaba.png)

Why is there an error when the application is already built? Here is the error message. ![Screenshot from 2023-12-15 12-40-57](https://github.com/uilibrary/matx-react/assets/36692358/50c0139d-5224-4d0f-b60c-eda47644019b)

Why is it that after I run the item or list down it doesn't go to the side, that's my code `Showing ${range[0]}-${range[1]} of ${total}`} onChange={PaginationChange} total={daily.length} current={current} pageSize={size} showSizeChanger={true}...