react-native-qrcode-scanner-view
react-native-qrcode-scanner-view copied to clipboard
android 从扫描界面 返回去的时候 会卡顿 希望修复一下 苹果无问题
android 从扫描界面 返回上一个界面 会出现卡顿现象
demo 里还没写。在退出之前,你尝试下先吧focus状态改为false,然后再退出,应该就不会卡了
function onPageFocus() {
setIsFocusedScreen( true );
}
function onPageBlur() {
setIsFocusedScreen( false );
}
@MarnoDev 这两个方法没用到啊