React Native 问题汇总:
Bug:
RCTJSONStringify() encountered the following error: Invalid number value (infinite) in JSON write.
原因:原生端在与JS端产生数据交互时是否传值中数据格式出现问题。
🌰:
CGRect result = [[[touches anyObject] view] measureLayoutRelativeToAncestor:[[touches anyObject] window]];
网友评论