摘要:
react native跑不起来报错 fsevents` unavailable (this watcher can only be used on Darwin) 解决方案 npm r -g watchman brew install watchman 跑 brew install watchma 阅读全文
摘要:
面试题 function fun(n,o){ console.log(o); return { fun:function(m){ return fun(m,n); } }; } var a = fun(0);a.fun(1);a.fun(2);a.fun(3); var b = fun(0).fun 阅读全文
摘要:
warn No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via U 阅读全文