appVersion指的是React Native应用的版本
fundebug.init({ appVersion: "3.2.5"})
fundebug.init(
{
appVersion: "3.2.5"
})
本文档使用 BookStack 构建