Skip to content

Commit

Permalink
Update go-mobile@1.0.0-rc50 (#40)
Browse files Browse the repository at this point in the history
* api: modularize to mirror go-textile/mobile

* node: remove modular classes

* node: update tests, usage

* node: TextileNode.m updates and re-org

* node: TextileNode.java updates and re-org

* tests: remove unnecessary mock tests

* go-mobile: bump to rc50

* files: remove MobileFileData

* node: walletAccountAt result needs encoding

* events: remove nodeOnline event type
  • Loading branch information
sanderpick committed Mar 6, 2019
1 parent 96251d7 commit 4d68e30
Show file tree
Hide file tree
Showing 41 changed files with 1,196 additions and 1,342 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -49,7 +49,7 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+" // From node_modules
api project(':textilego')
api project(':mobile')
}

task wrapper(type: Wrapper) {
Expand Down
@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('../../node_modules/@textile/go-mobile/android/mobile.aar'))
artifacts.add("default", file('../../node_modules/@textile/go-mobile/dist/android/mobile.aar'))
2 changes: 1 addition & 1 deletion android/settings.gradle
@@ -1,2 +1,2 @@
rootProject.name = 'RNTextile'
include ':textilego'
include ':mobile'
4 changes: 1 addition & 3 deletions android/src/main/AndroidManifest.xml
@@ -1,6 +1,4 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.textile.rnmobile">

package="io.textile.rnmobile">
</manifest>

0 comments on commit 4d68e30

Please sign in to comment.