0
如何在反應原生javascript開發(使用Atom)中集成lint工具?如何使用lint工具進行react-native javascript開發(使用Atom)?
是否有工具可以與Atom或Visual Studio代碼(OS X)編輯器集成,以便在編輯打開的文件時檢測並檢測錯誤?
或者你能以某種方式執行這些工具嗎?
react-native run-android
react-native run-ios
什麼是使用這些JS和JSX lint工具時的典型工作流程?
我想阻止Android的例外,如性能或功能的重複定義:
React com.facebook.react.bridge.JSExecutionException: SyntaxError: Attempted to redefine property 'myPropertyName'
我現在的工作流程是到grep源的重新定義異常的原因,修復,然後在Android上再次運行,修復下一個異常,重複。