You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,