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
(note that I installed straight from github using npm install git+https://github.com/esbenp/react-native-clean-form/ to avoid the 'propStyles/PopStyles' error, not from npm. Also, I get this warning when doing npm install which might be relevant? npm WARN [email protected] requires a peer of react@>= 0.14.0 < 17.0.0-0 but none is installed. You must install peer dependencies yourself.)
More specifically it says the error takes place in Select (at index.js:91), so this line:
color: value ? theme.Input.color : theme.BaseInput.placeholderColor,
(note that I installed straight from github using npm install git+https://github.com/esbenp/react-native-clean-form/ to avoid the 'propStyles/PopStyles' error, not from npm. Also, I get this warning when doing npm install which might be relevant? npm WARN [email protected] requires a peer of react@>= 0.14.0 < 17.0.0-0 but none is installed. You must install peer dependencies yourself.)
More specifically it says the error takes place in Select (at index.js:91), so this line:
color: value ? theme.Input.color : theme.BaseInput.placeholderColor,
Here is my relevant code:
imports:
and in my form component:
So something seems to be going wrong
The text was updated successfully, but these errors were encountered: