This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
820ded6
commit 9826a6c
Showing
5 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Development Workflow | ||
|
||
- Run `npm run setup` to install deps and transpile source. | ||
- Run `npm run demo.ios` for iOS or `npm run demo.android` for Android | ||
- Make changes to plugin src directory or the demo app and HMR (webpack NS work flow) should sync changes. | ||
|
||
## Submitting Pull Requests | ||
|
||
**Please follow these basic steps to simplify pull request reviews - if you don't you'll probably just be asked to anyway.** | ||
|
||
- Please rebase your branch against the current master | ||
- Make reference to possible [issues](https://github.com/nstudio/nativescript-cardview/issues) on PR comment | ||
|
||
## Submitting bug reports | ||
|
||
- Please detail the affected platform and version | ||
- Please be sure to state which version of node, npm, and NativeScript you're using |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters