From b65beeac9923c5a7c986a67483aac1ca69dcf5ce Mon Sep 17 00:00:00 2001 From: Yogendra Shelke <25844542+YogendraShelke@users.noreply.github.com> Date: Thu, 13 Nov 2025 14:56:05 +0530 Subject: [PATCH] chore: clear readme --- README.md | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/README.md b/README.md index add783c..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,37 +0,0 @@ -# mendix-native - -Mendix native mobile package - -## Installation - - -```sh -npm install mendix-native -``` - - -## Usage - - -```js -import { multiply } from 'mendix-native'; - -// ... - -const result = multiply(3, 7); -``` - - -## Contributing - -- [Development workflow](CONTRIBUTING.md#development-workflow) -- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request) -- [Code of conduct](CODE_OF_CONDUCT.md) - -## License - -MIT - ---- - -Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)