In this video, you'll learn how to take and save screenshots in Expo apps. In the device library, we'll use react-native-view-shot to take the screenshots and then Expo MediaLibrary to save the images. This is chapter seven in our Universal App tutorial series.
React Native View Shot: https://github.com/gre/react-native-v...
Expo MediaLibrary: https://docs.expo.dev/versions/latest...
⌚️ Timestamps ⌚️
00:00 Intro
00:20 Install libraries
00:34 Prompt for permissions
01:34 Create a ref to save the current view
02:24 Capture a screenshot and save it
04:118 Summary
Part 1: Create your first app: https://docs.expo.dev/tutorial/create...
Part 2: Add navigation: https://docs.expo.dev/tutorial/add-na...
Part 3: Build a screen: https://docs.expo.dev/tutorial/build-...
Part 4: Use an image picker: https://docs.expo.dev/tutorial/image-...
Part 5: Create a modal: https://docs.expo.dev/tutorial/create...
Part 6: Add gestures: https://docs.expo.dev/tutorial/gestures/
Part 7: Take a screen shot: https://docs.expo.dev/tutorial/screen...
Part 8: Handle platform differences: https://docs.expo.dev/tutorial/platfo...
Part 9: Configure the status bar: https://docs.expo.dev/tutorial/config...
#ExpoApps #Expo #reactnative #reactnativetutorial