0.15.0 • Published 11 months ago
@one-am/react-native-simple-image-slider v0.15.0
react-native-simple-image-slider
A simple and performant image slider made with @shopify/flash-list
and expo-image
Includes a full screen gallery component with gesture support.

Installation
Expo
npx expo install @shopify/flash-list expo-image expo-haptics expo-status-bar react-native-reanimated react-native-svg \
react-native-gesture-handler react-native-safe-area-context styled-components \
@one-am/react-native-simple-image-sliderNon-Expo
npm
npm install @shopify/flash-list expo-image expo-haptics expo-status-bar react-native-reanimated react-native-svg \
react-native-gesture-handler react-native-safe-area-context styled-components \
@one-am/react-native-simple-image-slideryarn
yarn add @shopify/flash-list expo-image expo-haptics expo-status-bar react-native-reanimated react-native-svg \
react-native-gesture-handler react-native-safe-area-context styled-components \
@one-am/react-native-simple-image-sliderUsage
<SimpleImageSliderThemeProvider>
<SimpleImageSlider
data={photos.map((photo, index) => ({
source: photo,
key: index.toString(),
}))}
imageWidth={width}
imageAspectRatio={16 / 9}
fullScreenEnabled={true}
renderFullScreenDescription={(_, index) => (
<Text style={{ color: '#ffffff' }}>Picture {index}</Text>
)}
/>
</SimpleImageSliderThemeProvider>Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
0.15.0
11 months ago
0.14.0
1 year ago
0.12.0
2 years ago
0.13.0
2 years ago
0.11.7
2 years ago
0.11.6
2 years ago
0.11.5
2 years ago
0.11.4
2 years ago
0.11.3
2 years ago
0.11.2
2 years ago
0.11.1
2 years ago
0.11.0
2 years ago
0.10.1
2 years ago
0.10.0
2 years ago
0.9.2
2 years ago
0.9.1
2 years ago
0.9.0
2 years ago
0.8.5
2 years ago
0.8.4
2 years ago
0.8.3
2 years ago
0.8.2
2 years ago
0.8.1
2 years ago
0.8.0
2 years ago
0.7.1
2 years ago
0.7.0
2 years ago
0.6.0
2 years ago
0.5.0
2 years ago
0.4.1
2 years ago
0.4.0
2 years ago
0.3.1
2 years ago
0.3.0
2 years ago
0.2.2
2 years ago
0.2.1
2 years ago
0.2.0
2 years ago