Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ buildscript {

allprojects {
repositories {
mavenLocal()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native-electrode-bridge/android/electrode-reactnative-bridge")
}
google()
jcenter()
mavenLocal()
}
}

Expand Down
5 changes: 4 additions & 1 deletion android/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
api('com.walmartlabs.ern:container-movies-reloaded:1.0.0') { changing = true }
// api('com.walmartlabs.ern:container-movies-reloaded:1.0.0') { changing = true }
api ('com.walmartlabs.ern:runner-ern-container:1.0.0') {changing=true}
implementation "com.facebook.react:react-native:+" // From node_modules
implementation project(":electrode-reactnative-bridge")
testImplementation 'androidx.test:core:1.3.0'
testImplementation 'androidx.test.ext:junit:1.1.2'
testImplementation 'com.google.truth:truth:1.0.1'
Expand Down
2 changes: 2 additions & 0 deletions android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include ':lib', ':moviesreloaded'
include ':electrode-reactnative-bridge'
project(':electrode-reactnative-bridge').projectDir = new File('../node_modules/react-native-electrode-bridge/android/electrode-reactnative-bridge')
23 changes: 0 additions & 23 deletions ios/ElectrodeApiImpl/ElectrodeReactNativeBridge/Bridgeable.swift

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading