Skip to content

Commit

Permalink
sc-105954:fix setMIU
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissiewasabi committed Feb 14, 2024
1 parent cf0f647 commit 3bec552
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ dependencies {
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "com.facebook.react:react-android:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.movableink.sdk:inked:1.2.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.rnmovableink

import com.facebook.react.bridge.*
import com.movableink.inked.MIClient
import com.movableink.inked.MIClient.setMIU

class RNMovableInkModule(reactContext: ReactApplicationContext) :
ReactContextBaseJavaModule(reactContext) {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
]
},
"dependencies": {
"@react-native-community/cli-platform-android": "^12.3.5",
"metro": "^0.76.7"
}
}

0 comments on commit 3bec552

Please sign in to comment.