从chrome dev控制台调试React Native API

时间:2017-05-19 17:31:30

标签: react-native google-chrome-devtools

我想知道是否可以在chrome开发者控制台中测试React Native API(例如PixelRatio.get())。当我尝试这个时,我得到一个错误声称“PixelRatio未定义”。但是,如果我设置了一个变量(例如const pixelRatio = PixelRatio.get()),则该值将被正确返回(参见下面的屏幕截图)

当我尝试在chrome dev控制台中调用方法时,为什么没有定义PixelRatio? enter image description here

1 个答案:

答案 0 :(得分:0)

只需将变量设置为PixelRatio,它应该有效,区分大小写。