java.lang.NullPointerException expo.modules.clipboard.ClipboardEventEmitter$1.onPrimaryClipChanged

Help guys, i couldnt reproduce this error, bcs its only happens 1 time in a device. and it only happen in production. this is the only code i have related to clipboard

import {
	Clipboard
} from "react-native";

Clipboard.setString("CUSTOMER_ID");
ToastAndroid.show("Code copied to clipboard", ToastAndroid.SHORT);

the thing is i couldnt reproduce it in my phones. i got this error from google play console crash and ANR report. it only happened 1 time out of 2.6k installs

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.