Skip to content

Commit 2bfb18b

Browse files
committed
Merge pull request #10 from lazaromenezes/patch-1
add NativeScript version information
2 parents eaaf806 + 851c3ee commit 2bfb18b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,18 @@ exports.fabTap = function(args) {
7171
| icon | X | | Supports the same image source options that NativeScript images support | Required on android
7272
| rippleColor| X | | Ripple color on lollipop devices, it will fill the FAB on pre-lollipop devices | None
7373

74+
## NativeScript Compatibility
75+
76+
| NativeScript Version | FloatingActionButton Plugin Version |
77+
|----------------------|-------------------------------------|
78+
| 1.6 | 2.+ |
79+
| 1.5 | 1.91 |
7480

7581
## iOS Notes
7682
Since iOS doesn't have a native FAB, we're using the amazing [KCFloatingActionButton](https://cocoapods.org/pods/KCFloatingActionButton) by [Lee Sun-Hyoup](https://github.com/kciter)
7783
As of this publish, it does not yet support images, however this is an Issue open.
7884

7985
### Contributors
8086

81-
- L�zaro Danillo [lazaromenezes](https://github.com/lazaromenezes)
87+
- Lázaro Danillo [lazaromenezes](https://github.com/lazaromenezes)
8288
- Steve McNiven-Scott [sitefinitysteve](https://github.com/sitefinitysteve) - iOS

0 commit comments

Comments
 (0)