Open colbin8r opened 5 years ago
Add props for shadow styles: https://facebook.github.io/react-native/docs/shadow-props#shadowopacity
Right now, when I use the shadowOpacity key, I get Warning: Failed prop type: Prop style passed to TextInput. Has invalid keys shadowOpacity (my component is named TextInput).
shadowOpacity
Warning: Failed prop type: Prop style passed to TextInput. Has invalid keys shadowOpacity
TextInput
Add props for shadow styles: https://facebook.github.io/react-native/docs/shadow-props#shadowopacity
Right now, when I use the
shadowOpacity
key, I getWarning: Failed prop type: Prop style passed to TextInput. Has invalid keys shadowOpacity
(my component is namedTextInput
).