How can I take a screenshot in ReactNative. I need a screenshot and put it in Image
component. How could I do?
相关问题
- React Native Inline style for multiple Text in sin
- How Do I Convert Image URI into Byte Expo
- ApolloClient from apollo-boost attemped to assign
- Implementing ssl pinning in a react-native applica
- How to take screenshots of running iPhone from bac
相关文章
- Why do we have to call `.done()` at the end of a p
- Remove expo from react native
- React Native - Dynamic Image Source
- “Unfortunately, app has stopped” error with buildi
- eslint Parsing error: Unexpected token =
- How to determine JS bottlenecks in React Native co
- How to override navigation options in functional c
- PanResponder snaps Animated.View back to original
For a capture of the currently displayed screen use
captureScreen()
:You can find more about the
react-native-view-shot
library hereThere is a library to do just that: React Native View Shot