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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ For easier development and debugging purposes continue with the following steps:
84
84
85
85
Now go and make a change to your plugin. It will be automatically applied to the demo project.
86
86
87
-
**NOTE**: Any changes that you need to make in a native library used in your plugin or in any other files inside `src/platforms` directory such as Info.plist or AndroidManifest.xml can't be directly reflected in the demo applications. You need to use `npm run demo.reset` or `npm run demo-angular.ios` and run the application again.
87
+
**NOTE**: Any changes that you need to make in a native library used in your plugin or in any other files inside `src/platforms` directory such as Info.plist or AndroidManifest.xml can't be directly reflected in the demo applications. You need to use `npm run demo.reset` or `npm run demo-angular.reset` and run the application again.
88
88
89
89
### Linking to CocoaPod or Android Arsenal plugins
90
90
@@ -130,7 +130,7 @@ Sometimes you may need to wipe away the `src/node_modules`, `demo/node_modules`
130
130
131
131
Sometimes you just need to wipe out the demo's `platforms` directory only:
132
132
133
-
* Run `npm run demo.reset` or `npm run demo-angular.ios` to delete the application's `platforms` directory only.
133
+
* Run `npm run demo.reset` or `npm run demo-angular.reset` to delete the application's `platforms` directory only.
134
134
135
135
Sometimes you may need to ensure plugin files are updated in the demo:
0 commit comments