Giter VIP home page Giter VIP logo

Comments (32)

spaceod avatar spaceod commented on June 11, 2024 10

@TarikHuber I have fixed that, you can update your package.json file.

"@homee/react-native-mapbox-navigation": "git+https://github.com/spaceod/react-native-mapbox-navigation.git",

from react-native-mapbox-navigation.

spaceod avatar spaceod commented on June 11, 2024 3

I have been working on it from the last few days. Will share the Library soon.

from react-native-mapbox-navigation.

LushanZoomi avatar LushanZoomi commented on June 11, 2024 2

@spaceod "git+https://github.com/spaceod/react-native-mapbox-navigation.git", Did you remove the fork? The is not found.

from react-native-mapbox-navigation.

shreypdev avatar shreypdev commented on June 11, 2024 1

@spaceod You are amazing. Why dont you publish your lib so we have to ref your repo with this repo, we will help you maintain it as well. If you see this repo it is almost dead, we never get updates.

from react-native-mapbox-navigation.

dhruvparmar1 avatar dhruvparmar1 commented on June 11, 2024 1

You can now access the updated version using the following URL: "git+https://github.com/dhruvparmar1/mapbox-navigation". I am currently in the process of publishing these updates to npm. Once the updates are published, you will be able to install the latest version using npm.

from react-native-mapbox-navigation.

dhruvparmar1 avatar dhruvparmar1 commented on June 11, 2024 1

Point 1:
The point of creating a new repo is that I can see there are 58 open issues here. If the contributors accept the PR here, there is no need to create a new repo. But since people have asked to create a new community repo, I am looking forward to that approach, where anyone can raise their PR, make it stable, and go a long way.

Point 2:
Migration of the package to support RN's new architecture.

Point 3:
Support for Expo.

from react-native-mapbox-navigation.

dhruvparmar1 avatar dhruvparmar1 commented on June 11, 2024 1

@owaisnizam https://www.npmjs.com/package/rnc-mapbox-nav

from react-native-mapbox-navigation.

diassis-paiva avatar diassis-paiva commented on June 11, 2024

Thanks a lot @spaceod , you helped a lot in question #100 . I was using an old version of React Native to use the library, where it was causing a lot of errors. So that this doesn't happen on the screen, I put the component to be displayed only when the variable's value is changed. When changed I simply add new directions.

from react-native-mapbox-navigation.

TarikHuber avatar TarikHuber commented on June 11, 2024

@diassis-paiva could you resolve this issue? I have the same errors but I'm not sure whats causing it.

from react-native-mapbox-navigation.

TarikHuber avatar TarikHuber commented on June 11, 2024

@spaceod could you pls share with me what RN and Gradle version you use?

from react-native-mapbox-navigation.

spaceod avatar spaceod commented on June 11, 2024

@TarikHuber
React Native version: 0.70.6
Gradle version: 7.5.1

from react-native-mapbox-navigation.

EdwardLTC avatar EdwardLTC commented on June 11, 2024

i have same issue, but i the error log is undefined how can i fix it :<
image

from react-native-mapbox-navigation.

AlexanderCollins avatar AlexanderCollins commented on June 11, 2024

@EdwardLTC I'm just about to work through the same issue, perhaps @spaceod's fork holds the key? Just taking a look at the one commit in his branch: master...spaceod:react-native-mapbox-navigation:master

I'll check back on how it works for me shortly.

from react-native-mapbox-navigation.

EdwardLTC avatar EdwardLTC commented on June 11, 2024

@AlexanderCollins oh i has fix that by change android/build.gradle targetSdkVersion to 30 or lower thanks btw

from react-native-mapbox-navigation.

javierP1647 avatar javierP1647 commented on June 11, 2024

@TarikHuber I have fixed that, you can update your package.json file.

"@homee/react-native-mapbox-navigation": "git+https://github.com/spaceod/react-native-mapbox-navigation.git",

Worked for me. Thanks

from react-native-mapbox-navigation.

AlexanderCollins avatar AlexanderCollins commented on June 11, 2024

@TarikHuber I have fixed that, you can update your package.json file.

"@homee/react-native-mapbox-navigation": "git+https://github.com/spaceod/react-native-mapbox-navigation.git",

I tried this and got the following error when building... I seem to get this error consistently across my own fork too.

Screen Shot 2022-12-23 at 11 15 27 am

I thought it might be related to #100 however the fix there didn't resolve the issue either.

If anyone has any suggestions that would be great, you can check out my fork with @spaceod's work merged in here: https://github.com/drive-app/react-native-mapbox-navigation/tree/android

from react-native-mapbox-navigation.

AlexanderCollins avatar AlexanderCollins commented on June 11, 2024

Okay my sanity is saved, looks like this is an issue upstream with jitpack at the moment!
jitpack/jitpack.io#5337

from react-native-mapbox-navigation.

vnemke avatar vnemke commented on June 11, 2024

Greetings, app is just stop to work, and throw me error "instructionIndex is null" Not sure if crash or something else, but as i can see, app stay frozen in memory.
package.json is refreshed with new package (git+https://github.com/spaceod/react-native-mapbox-navigation.git).
Rn is 0.71.3 and gradle 7.5.1.

1
2

from react-native-mapbox-navigation.

shan-lak avatar shan-lak commented on June 11, 2024

@spaceod Blank blue color issue fixed from git+https://github.com/spaceod/react-native-mapbox-navigation.git". But Now the app crash when navigating to the Navigation screen. I use "react-native": "0.71.3", Gradle version: 7.5.1 and Android version 33. Run on Android 12 device. Is there anyone facing this issue and fixed it?

from react-native-mapbox-navigation.

LushanZoomi avatar LushanZoomi commented on June 11, 2024

@vnemke Did you find a solution for the instructionIndex issue?

from react-native-mapbox-navigation.

vnemke avatar vnemke commented on June 11, 2024

@LushanZoomi Sorry, unfortunately no. I didn't know how to solve that problem, so must to give up for now.

from react-native-mapbox-navigation.

ahmdsdk avatar ahmdsdk commented on June 11, 2024

I realized this problem has to do with mixing up the latitude and longitude

from react-native-mapbox-navigation.

javierP1647 avatar javierP1647 commented on June 11, 2024

from react-native-mapbox-navigation.

ahmdsdk avatar ahmdsdk commented on June 11, 2024

@dhruvparmar1 What kind of updates are you going to add to this package? Are you going to update the currently used SDKs? How about the ability to stylize?

from react-native-mapbox-navigation.

owaisnizam avatar owaisnizam commented on June 11, 2024

@dhruvparmar1 did you publish its npm package yet? because this package itself is dead.

from react-native-mapbox-navigation.

arunprasath2007 avatar arunprasath2007 commented on June 11, 2024

Hi @dhruvparmar1 I tried your package and for some reason I can see the logs of distance travelled etc but it doesn't render the map. any idea what's going on? ALl I did was took your package, updated the Android configuration per Mapbox.

from react-native-mapbox-navigation.

javierP1647 avatar javierP1647 commented on June 11, 2024

from react-native-mapbox-navigation.

arunprasath2007 avatar arunprasath2007 commented on June 11, 2024

@javierP1647 Yep, I did setup height and width as well and its still white screen popping up. I do see the simulation is working fine though. Will wait to hearback from @dhruvparmar1

from react-native-mapbox-navigation.

dhruvparmar1 avatar dhruvparmar1 commented on June 11, 2024

@arunprasath2007 Set the style property by specifying the height and width as 'flex: 1'. I will also update the README document. Additionally, contributions are welcome, so please feel free to submit a PR.

from react-native-mapbox-navigation.

arunprasath2007 avatar arunprasath2007 commented on June 11, 2024

@dhruvparmar1 unfortunately that doesn't work too. I added a issue (dhruvparmar1/mapbox-navigation#1) in the github as well, any idea what I might be missing?

image

from react-native-mapbox-navigation.

owaisnizam avatar owaisnizam commented on June 11, 2024

@arunprasath2007 Can you please share your code?
also I didn't use @dhruvparmar1 's whole package but just copied his android gradle files and forked my own with the main library. Was getting a few issues running his library fork.
also were you able to run it in the past successfully or its just now?

from react-native-mapbox-navigation.

CRIIPI11 avatar CRIIPI11 commented on June 11, 2024

@arunprasath2007 Hello, did you manage to find the solution to your problem? I'm currently facing the same issue. @dhruvparmar1 is there any recommende solution for this ?

from react-native-mapbox-navigation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.