Appearance
接入插件
1. 安装fundebug-reactnative模块
bash
npm install --save fundebug-reactnative
2. 在 App.js 中接入fundebug-reactnative模块
js
var fundebug = require("fundebug-reactnative");
fundebug.init({
apikey: "API-KEY"
});