Package Exports
- react-native-content-swiper
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-content-swiper) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-content-swiper
React Native Content Swiper is simple "plain JS" image viewer component for your RN/Expo app that includes multiple pre-defined animations, but you can easily make your own.
Installation
yarn add react-native-content-swiper
Or
npm install react-native-content-swiper
Usage
<ContentSwiper>
<Image source={yourImage1} />
<Image source={yourImage2} />
<Image source={yourImage3} />
</ContentSwiper>
NOTE
This is still in development, so you can expect some changes in few days/weeks, but I'm happy if you already try it.
License
The MIT License.
See LICENSE
For Developers
Any contribution and PR's are welcome. Let's keep it simple, but make it even better!