Skip to content

Commit b65beea

Browse files
chore: clear readme
1 parent e5c3605 commit b65beea

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

README.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)