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

Erro React-Native Android - react-native": "0.59.1" #1602

Closed
BrunoLagoa opened this issue May 2, 2019 · 2 comments
Closed

Erro React-Native Android - react-native": "0.59.1" #1602

BrunoLagoa opened this issue May 2, 2019 · 2 comments

Comments

@BrunoLagoa
Copy link

It seems that the mapbox does not work on the new versions of react, I'm using the

"react": "16.8.3",
"react-native": "0.59.1",

Dependency path 'mapbox-react-native-mapbox-gl:unspecified' --> 'com.mapbox.mapboxsdk:mapbox-android-sdk:5.4.1' --> 'com.android.support:support-fragment:28.0.0' --> 'com.android.support:loader:28.0.0' --> 'android.arch.lifecycle:livedata:1.1.1' --> 'android.arch.core:runtime:1.1.1' --> 'com.android.support:support-annotations:26.1.0'

@zeljkoX
Copy link

zeljkoX commented May 7, 2019

Same bug here. It is like npm published version does not have all latest changes from build gradle and it uses old mapbox-android-sdk:5.4.1 version.

When I locally overwrite content of build gradle with the latest one it works beacuse it uses latest mapbox sdk 5.5.3.

Workaround is it change package.json dependency to:

    "@mapbox/react-native-mapbox-gl": "https://github.com/nitaliano/react-native-mapbox-gl.git",

so it will use latest code from git repo.

@raphaellopes
Copy link

Same bug here. It is like npm published version does not have all latest changes from build gradle and it uses old mapbox-android-sdk:5.4.1 version.

When I locally overwrite content of build gradle with the latest one it works beacuse it uses latest mapbox sdk 5.5.3.

Workaround is it change package.json dependency to:

    "@mapbox/react-native-mapbox-gl": "https://github.com/nitaliano/react-native-mapbox-gl.git",

so it will use latest code from git repo.

Same here, and it resolves to me too

mfazekas pushed a commit to mfazekas/maps that referenced this issue Mar 12, 2022
…bot-npm_and_yarn-example-react-native-vector-icons-9.0.0

build(deps): bump react-native-vector-icons from 8.1.0 to 9.0.0 in /example
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

No branches or pull requests

4 participants