It exposes FancyButton as XAML button which can be used thus:
<FancyButton label="Hello, World" />The //example app shows the button in action.
Note: The XAML toolbar might obscure the button while debugging, so make sure it’s turned off. Uncheck Visual Studio -> Tools -> Options -> Debugging -> XAML Hot Reload -> Common -> Enable in-app toolbar
npm install myfancymodimport { multiply } from 'myfancymod';
// ...
const result = multiply(3, 7);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library