Closed
Description
After upgrading React Native to 0.6.0 I'm starting to get this warning.
Warning: Don't set .props.style of the React component <TextInput />. Instead, specify the correct value when initially creating the element or use React.cloneElement to make a new element with updated props.
I did everything as it describes above. but nothing works so far. Any idea why this warning start to show up. I would like to see some example if that possible,