mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
http module fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
The way we get local path here is different for now. Maybe we should get it from FS module in the future samples. Sample code Android:
|
||||
|
||||
```
|
||||
var Image = require("Image").Image;
|
||||
var Image = require("image").Image;
|
||||
var baseImage = Image.imageFromResource('foxie');
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user