We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c3605 commit b65beeaCopy full SHA for b65beea
README.md
@@ -1,37 +0,0 @@
1
-# mendix-native
2
-
3
-Mendix native mobile package
4
5
-## Installation
6
7
8
-```sh
9
-npm install mendix-native
10
-```
11
12
13
-## Usage
14
15
16
-```js
17
-import { multiply } from 'mendix-native';
18
19
-// ...
20
21
-const result = multiply(3, 7);
22
23
24
25
-## Contributing
26
27
-- [Development workflow](CONTRIBUTING.md#development-workflow)
28
-- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
29
-- [Code of conduct](CODE_OF_CONDUCT.md)
30
31
-## License
32
33
-MIT
34
35
----
36
37
-Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
0 commit comments