Skip to content

HariniMalothu17/react-native-fancy-mod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myfancymod

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

Installation

npm install myfancymod

Usage

import { multiply } from 'myfancymod';

// ...

const result = multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

Toy RN Xaml Button Component

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.6%
  • JavaScript 10.1%
  • Kotlin 7.9%
  • C 6.6%
  • Ruby 6.2%
  • TypeScript 4.3%
  • Other 4.3%