简体   繁体   中英

Exception "evaluating textInputRef.isFocuded" when iOS SignIn modal is open, react native in app purchases

i'm getting this error when I click in a product returned from apple. This error is only the first time in that i make click, after, all work fine. 在此处输入图像描述

You're probably trying to reach ref's isFocused prop before its initialized. Add a null check and you should be fine.

textInputRef?.isFocused

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM