gre / react-native-view-shot

Snapshot a React Native view and save it to an image
https://github.com/gre/react-native-view-shot-example
MIT License
2.64k stars 344 forks source link

Need support for android O and above #535

Open tdvuanh opened 1 month ago

tdvuanh commented 1 month ago

feature request

Please support updated screen capture for Android O and above When use captureRef and <ViewShot />, I got this error from Android Studio: java.lang.IllegalArgumentException: Software rendering doesn't support hardware bitmaps`

Following this and research I see Android O and above request PixelCopy to capture snapshots.

npm ls react-native react-native-view-shot #<- PASTE CMD RESULT IN HERE

Platform: Android?