-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'. #203
Comments
Today I encountered And using ViewPropTypes exported from 'deprecated-react-native-prop-types' module worked for me. |
I did uninstalled react-native-multiple-select package & installed it again but still cant resolve this issue, please give me solution for this issue, I need it urgently, my release is getting hold due to this issue I tried all the solutions I am able to try but none worked Thanks in advance |
@shraddhahinge can you provide me with the Are you using the latest publish version? I am just wanna doble check that. Review that in your |
This is expo doctor info : Expected package @expo/config-plugins@^5.0.0
This is package info in yarn.lock file : expo-multiple-select@^1.0.2: |
@shraddhahinge this is another library. It is the library forked of this library. This is the one https://github.com/rafaelnsantos/react-native-multiple-select |
I have the same error. I just copy/paste example from README. Library versions › Reloading apps
Android Bundling failed 1524ms
Unable to resolve "deprecated-react-native-prop-types" from "node_modules/react-native-multiple-select/lib/react-native-multi-select.js" |
following |
Same error facing. anyone get solution ? |
Issue summary
As title says, the react-native-multi-select.js file inside lib is importing ViewPropTypes from react-native. Not breaking, but might be in the future.
Library versions
react-native: 0.68.2
react-native-multiple-select: 0.5.9
Steps to Reproduce
No real steps to reproduce. Just run an Android (I have been testing on Android) and note the warning
I've attached a screenshot of the error as well.
![image](https://user-images.githubusercontent.com/22136783/170627245-03dec102-1e57-4c5c-a11d-c3d1352e4b7a.png)
The text was updated successfully, but these errors were encountered: