Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Andynuzzo/fix require cycles #57

Closed
wants to merge 7 commits into from
Closed

Andynuzzo/fix require cycles #57

wants to merge 7 commits into from

Conversation

andreanuzzo
Copy link
Contributor

Changes to fix warnings in #54

It uses a small post install patch, because the issue is from the native rn-fetch-blob package.

@penrods penrods requested a review from davidbiga March 16, 2020 01:49
@vitorpamplona
Copy link
Collaborator

Thanks Andy!

I was having issues with the:
implementation project(':@mauron85_react-native-background-geolocation')
line as well.

@vitorpamplona
Copy link
Collaborator

Question: whats that /patches directory?

@andreanuzzo
Copy link
Contributor Author

andreanuzzo commented Mar 16, 2020 via email

@vitorpamplona
Copy link
Collaborator

Thanks for the clarification. Too bad they are not updating.

I had to return these lines to the settings.graddle to compile. Were you able to run the Android version without them?

Also, you might have to pull the updates from develop since there was a wrong version format in the packages.json file (my bad).

include ':@mauron85_react-native-background-geolocation'
project(':@mauron85_react-native-background-geolocation').projectDir = new File(rootProject.projectDir, '../node_modules/@mauron85/react-native-background-geolocation/android/lib')
include ':@mauron85_react-native-background-geolocation-common'
project(':@mauron85_react-native-background-geolocation-common').projectDir = new File(rootProject.projectDir, '../node_modules/@mauron85/react-native-background-geolocation/android/common')

@penrods
Copy link
Contributor

penrods commented Mar 16, 2020

Abisheck had some issues when he tried this on his machine last night. I'd like to get rid of the warning, but it isn't high priority. Let's be really certain the patch technique works in all the cases.

Or better yet, let's find the maintainer and give them a shake! ;-)

@andreanuzzo
Copy link
Contributor Author

andreanuzzo commented Mar 16, 2020 via email

@vitorpamplona
Copy link
Collaborator

I got the Android app working. But the iOS doesn't recognize the AsyncStorage on my computer.

The error only happens after the user starts logging the locations.

@andreanuzzo
Copy link
Contributor Author

Fixed, it's the parenthesis. The app is logging gps data fine from this branch.

andreanuzzo@ebe5bf7

@vitorpamplona
Copy link
Collaborator

I included Andy's fixes and a few others on Branch 57. Can somebody check it out?

@vitorpamplona
Copy link
Collaborator

Closed on #67.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants