File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,17 @@ All of the properties of `View` are supported.
97
97
| ` onDisplay ` | ` function ` | Called when the component finished to be displayed again. |
98
98
| ` onTouchTop ` | ` function ` | Called when the Top of the component touch the Top of the ScrollView. (` onDisplay ` + ` onBeginHidden ` ) |
99
99
| ` onTouchBottom ` | ` function ` | Called when the Bottom of the component touch the Top of the ScrollView. (` onHide ` + ` onBeginDisplayed ` ) |
100
+ ### Contributing
101
+
102
+ All contributions are welcomed, that might be either adding new features, doing some refaco of the exisiting code or fixing bugs.
103
+
104
+ ** How to contribute**
105
+
106
+ 1 . Fork the project & clone locally. Follow the initial setup here.
107
+ 2 . Create a branch, naming it either a feature or bug: git checkout -b feature/that-new-feature or bug/fixing-that-bug
108
+ 3 . Code and commit your changes. Write a good commit message. Best would be to use git [ commitizen] ( https://github.com/commitizen/cz-cli )
109
+ 4 . Push to the branch: git push origin feature/that-new-feature
110
+ 5 . Create a pull request for your branch 🎉
100
111
101
112
102
113
## Other open-source modules by the folks at [ BAM] ( http://github.com/bamlab )
You can’t perform that action at this time.
0 commit comments