You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: next
Cross-platform modules:
Android Runtime:
iOS Runtime:
Plugin(s):
Describe the bug
To Reproduce
Create new application
Create hooks directory if no such
Create after-prepare directory under hooks directory if no such
Create hook1.js, hook2.js and hook3.js inside after-prepare directory
=================== HOOK1 ================
after-prepare will NOT be executed because it has invalid arguments - $platformsData.
Expected behavior
You should see the following output:
=================== HOOK1 ================
after-prepare will NOT be executed because it has invalid arguments - $platformsData.
=================== HOOK3 ================
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
To Reproduce
hooks
directory if no suchafter-prepare
directory under hooks directory if no suchhook1.js
,hook2.js
andhook3.js
insideafter-prepare
directoryhook1.js
hook2.js
hook3.js
tns prepare ios
Actual behavior
You'll see the following output:
Expected behavior
You should see the following output:
The text was updated successfully, but these errors were encountered: