在 rn 的 webview 中加载本地文件,需要设置原始白名单,否则会出错:

originWhitelist={ [ ' * ' ] } 或者 originWhitelist={ [ ' file://* ' ] }