Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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