nat icon indicating copy to clipboard operation
nat copied to clipboard

A powerful kit for adding native functionalities to your weex app.

Results 35 nat issues
Sort by recently updated
recently updated
newest added

``` [✔] Start hotreload server done [✔] Set native config done [✔] Copy JS source done [✔] Watch JS source done ⠧ Error: Command failed: ./gradlew clean assembleDebug isLibProject: false,...

formData无法传值,服务端接收不到上传的文件

''SDWebImage', '3.7.5'' version is too older

Hi! I want to use natjs libs but importing them as a framework (i.e. adding `use_framewoks!` in my Podfile). I need this because I am also using a swift library...

我尝试按照文档使用播放声音的 插件 ,没有声音播放出来, 对了还有一个问题,>weexpack plugin add nat-media-audio 会提示 The project may not be a weex project, please use `weex create [projectname]`, 我爱怎么办呢

代码还维护么?

每次上传图片都会报Unhandled promise rejection{"code":153000,"message":"UPLOAD_INTERNAL_ERROR"}这个错,请问是为什么?怎么修改? ![qq 20190227181047](https://user-images.githubusercontent.com/25810748/53482821-12c97a00-3abb-11e9-873f-fd906dbfa07a.png)

``` Nat.upload('http://uploader.示例.com', { path: 'file:///tmp/intapp/nat/sample/localFile', method: 'PUT', formData: { framework: 'weex/nat' }, headers: { // headers参数设置在ios端无效 (ios11.4) 'x-app': 'nat/0.0.8', 'x-sign': 'bfbbf4c1f087d972' } }, { onProgress: (p) => { console.log('Progressing: '...