Skip to content

Commit

Permalink
chore(Build) Fix debug build error with apache commons-io lib (#775, …
Browse files Browse the repository at this point in the history
…SAF-210)
  • Loading branch information
efalkner authored May 9, 2020
1 parent 854d8d6 commit 4622fd1
Show file tree
Hide file tree
Showing 4 changed files with 534 additions and 17 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ app/locales/*_old.json

# CocoaPods
/ios/Pods/
yarn.lock
.vscode/launch.json
ios/Podfile.lock

Expand Down
4 changes: 0 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,6 @@ dependencies {
allprojects {
repositories {
configurations.all {
// Fixes dependency conflict between react-native-local-assets and
// @mauron85/react-native-background-geolocation
exclude group: "commons-io", module: "commons-io"

// To fix the app start crash error
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
def requested = details.requested
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"private": true,
"scripts": {
"clean": "rm -rf node_modules && yarn",
"start": "yarn && react-native start",
"run-android": "react-native run-android",
"run-ios": "yarn install:pod && react-native run-ios",
Expand Down
Loading

0 comments on commit 4622fd1

Please sign in to comment.