markdown 安装React Native Debugger(独立)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 安装React Native Debugger(独立)相关的知识,希望对你有一定的参考价值。

* Install stand alone debugger: brew update && brew cask install react-native-debugger
* Setup for react dev tools:
  * JavaScript import (import 'react-devtools') (https://github.com/facebook/react-devtools/tree/master/packages/react-devtools#integration-with-react-native-inspector)
  * It is important that this import comes before any other imports in your app (especially before react-dom). Make sure to remove the import before deploying to production, as it carries a large DevTools client with it.
* Setup for redux dev tools:
  * https://github.com/zalmoxisus/redux-devtools-extension#12-advanced-store-setup

More infos: https://medium.com/@vinceyuan/react-native-debugging-tools-3a24e4e40e4

以上是关于markdown 安装React Native Debugger(独立)的主要内容,如果未能解决你的问题,请参考以下文章

markdown 使用没有状态管理库的React和React Native

markdown React Native Collections

markdown React Native中的numberOfLines

markdown 我的React Native开发环境

markdown React Native Bridging Cheatsheet

markdown React Native Android入门