dmsierra11
dmsierra11
This is happening to me too. `react-native link react-native-i18n` didn't help. I'm using react native 0.56 and node v8.11.1.
Any update on this?
> Please help on how to use this property? Just pass `labelColor='white'` or `activeLineColor='white'` as props to the `TextField` and you'll see the color changed to white. See the [documentation](https://github.com/n4kz/react-native-material-textfield#usage)...
@n4kz can you merge this?
> For some reason prop `renderLeftAccessory` stops working with this changes Nevermind I was testing the wrong branch from the source repository of this PR.
> Found a solution for my case. My project contains `config-overrides.js`, so I did the next: > > 1. `yarn add @babel/plugin-proposal-class-properties --dev` > 2. Added these lines to `config-overrides.js`...
@Sid-Turner-Ellis have you found a solution? I am experiencing the same issue
@ravis-farooq have you found a solution? I am experiencing the same issue
The only thing that has worked for me is removing `compressionMethod: 'auto'`, but that disables the compression, so is not really a solution. I have tried other suggestions like saving...
Thank you @maydersonmellops, I also noticed the `0` values on `height` and `width`, it looks like there is an error selecting the image from the library, only instead of giving...