Kevin Van Wilder
Kevin Van Wilder
Only android emulators are currently supported when one runs the following command ``` $ espresso package run ``` The config should describe what package to build, but the following added...
Some targets could require specific libraries that should be added to targets.json: I suggest the following syntax: ``` { "microsoft" : { "metro": { "dedicatedResources": "metro", "libraries": [ { "name":...
When defining a back-button in the ToolBarView, the getCurrentPage() method in M.ViewManager is returning the wrong view. This is because the event on the back-button is defined as such: ```...