You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import RNScreenshotPrevent from 'react-native-screenshot-prevent';
if (!__DEV__) {
RNScreenshotPrevent.enabled(true);
RNScreenshotPrevent.enableSecureView();
}
The specified child already has a parent. You must call removeView() on the child's parent first.
(I am getting this error from firebase Crashlytics)
I recently updated React Native to 0.74.3,
"react-native-screenshot-prevent": "^1.1.9",
The text was updated successfully, but these errors were encountered: