Moisés Hilario Rodrigues

Results 5 comments of Moisés Hilario Rodrigues

Hey @ant-tony-antony I couldn't reproduce your error. Just copied the same code you posted and the `onCheck` worked fine. Could you provide more details about it?

Hi @Guseyn check this issue, it could help https://github.com/xotahal/react-native-material-ui/issues/432 Basically you have to use `container` to change its color. Like this: ```js

Hi, if you are using the `` component, you should be able to change the text color using `titleText` (as you can see here: on [docs](https://github.com/xotahal/react-native-material-ui/blob/master/docs/Toolbar.md) and here on the...

> I foresee it because you have upgraded the `redux-thunk` library. In the latest version, they do not use the default export. > > Check your `thunk` import: > >...

Just for reference how to make a basic mock, that worked for me: ```js jest.mock('react-native-flash-message', () => ({ hideMessage: () => jest.fn(), showMessage: () => jest.fn(), __esModule: true, default: jest.fn().mockReturnValue(()...