Summary
Keywords
Full Transcript
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-view-shot Expo MediaLibrary: https://docs.expo.dev/versions/latest/sdk/media-library/ ⌚️ 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-your-first-app/ Part 2: Add navigation: https://docs.expo.dev/tutorial/add-navigation/ Part 3: Build a screen: https://docs.expo.dev/tutorial/build-a-screen/ Part 4: Use an image picker: https://docs.expo.dev/tutorial/image-picker/ Part 5: Create a modal: https://docs.expo.dev/tutorial/create-a-modal/ Part 6: Add gestures: https://docs.expo.dev/tutorial/gestures/ Part 7: Take a screen shot: https://docs.expo.dev/tutorial/screenshot/ Part 8: Handle platform differences: https://docs.expo.dev/tutorial/platform-differences/ Part 9: Configure the status bar: https://docs.expo.dev/tutorial/configuration/ #ExpoApps #Expo #reactnative #reactnativetutorial
