Skip to content

Commit 6a82002

Browse files
authored
Merge pull request #2 from mendix/ios-implementation
[MOO-1344] add mendix native iOS files
2 parents 9bb4571 + 7178b18 commit 6a82002

133 files changed

Lines changed: 6973 additions & 8813 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ DerivedData
2828
*.ipa
2929
*.xcuserstate
3030
project.xcworkspace
31+
*.env.local
32+
ios/Pods
3133

3234
# Android/IJ
3335
#
@@ -40,13 +42,6 @@ project.xcworkspace
4042
local.properties
4143
android.iml
4244

43-
# Cocoapods
44-
#
45-
example/ios/Pods
46-
47-
# Ruby
48-
example/vendor/
49-
5045
# node.js
5146
#
5247
node_modules/

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ mendix native library
88
npm install mendix-native
99
```
1010

11-
## Usage
12-
13-
```js
14-
import { multiply } from 'mendix-native';
15-
16-
// ...
17-
18-
const result = await multiply(3, 7);
19-
```
20-
2111
## Contributing
2212

2313
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
@@ -26,6 +16,3 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
2616

2717
MIT
2818

29-
---
30-
31-
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)

example/.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

example/.watchmanconfig

Lines changed: 0 additions & 1 deletion
This file was deleted.

example/Gemfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

example/README.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

example/android/app/build.gradle

Lines changed: 0 additions & 119 deletions
This file was deleted.

example/android/app/debug.keystore

-2.2 KB
Binary file not shown.

example/android/app/proguard-rules.pro

Lines changed: 0 additions & 10 deletions
This file was deleted.

example/android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)