We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A lingering warning still on RN 0.47.1:
ExceptionsManager.js:73 Warning: PropTypes has been moved to a separate package. Accessing React.PropTypes is no longer supported and will be removed completely in React 16. Use the prop-types package on npm instead. (https://fb.me/migrating-from-react-proptypes) reactConsoleErrorHandler @ ExceptionsManager.js:73 printWarning @ warning.js:35 warning @ warning.js:59 get @ react.development.js:2133 (anonymous) @ index.js:101 loadModuleImplementation @ require.js:174 guardedLoadModule @ require.js:126 _require @ require.js:110 (anonymous) @ index.js:1 loadModuleImplementation @ require.js:174 guardedLoadModule @ require.js:126 _require @ require.js:110 (anonymous) @ components.js:30 loadModuleImplementation @ require.js:174 guardedLoadModule @ require.js:126 _require @ require.js:110 (anonymous) @ index.ios.js:88 loadModuleImplementation @ require.js:174 guardedLoadModule @ require.js:119 _require @ require.js:110 (anonymous) @ redux-logger.js:1 executeApplicationScript @ debuggerWorker.js:40 (anonymous) @ debuggerWorker.js:65
In [project]/node_modules/react-native-parallax-scroll-view/src/index.js, the index.js referenced in above log:
index.js
The text was updated successfully, but these errors were encountered:
Fixes React.PropTypes deprecated into its own package since RN 0.45
a960f3d
fixes i6mi6#76 Also adopted yarn
Fixed in #86 thanks to @jlcrow
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
A lingering warning still on RN 0.47.1:
In [project]/node_modules/react-native-parallax-scroll-view/src/index.js, the
index.js
referenced in above log:The text was updated successfully, but these errors were encountered: