mudlabs / NativeScript-Play-Pit

A growing collection of NativeScript playground projects demonstrating all the AWESOMENESS🤘 of NativeScript.
MIT License
4 stars 0 forks source link

(update): star rating #14

Closed mudlabs closed 4 years ago

mudlabs commented 4 years ago

Did you read CONTRIBUTING.md

What is the PR for?

Does it relate to an issue?

Does it break anything?


Describe your PR.

The component no longer looks for a binding property called 'rating'. Instead we register the component property using new Property. This way the binding property name is relevant, making the component more usable, and self contained.