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
The version of the code that is posted on npm is dated and doesn't work with later versions of RN. You can install the latest committed code that fixes the issue with npm i github:fixt/react-native-page-swiper#b19964571c7b690c66362d92c1239054fc0546db --save
Please import the PropTypes module. it has been moved to an external package so in order to use PropTypes you'll need to import the package.
sudo npm install prop-types --save
And then reference the package like this
import PropTypes from 'prop-types';
Note : Please remove the outdated package usage. While adding dependencies please make sure that package version is support by the react latest version.
I copied your example into App.js and had an error.
Please help me!!!
And this is my code:
The text was updated successfully, but these errors were encountered: