Griffin Ciluffo

Results 14 comments of Griffin Ciluffo

Appreciate the work grimmdude. Any updates on getting trackFromVoice() function working properly with voice? Just eye-balling this, but looking at the Voice object in VexFlow and the trackFromVoice(), it looks...

@mariovillamizar Are you seeing this on an emulator or a physical device? I have also seen this issue on emulators but I havnt seen it happen on physical android devices.

@softwarebyjims Can you provide some more information on how to reproduce this? Are you seeing ona simulator or physical device? Does this happen when the route is in simulation mode...

This is because starting with react-native version `0.67.0` they are using Gradle 7 In Gradle 7 they remove support for `maven` plugin (which is used now) and instead require you...

Hi @velevtzvetlin sorry for the late reply. You can reference this comment for getting the latest changes. https://github.com/homeeondemand/react-native-mapbox-navigation/pull/66#issuecomment-1032748538 Since we inherited this project from the previous devs we are still...

@shubhanus Are you able to get the icons included in the library working at all? Im also trying to get custom icons working but I cant even get FontAwesome icons...

I am running into the same issue where the icon is not displaying in RNW with the newest version of react-native-vector-icons: ![Screen Shot 2022-05-13 at 12 40 07 PM](https://user-images.githubusercontent.com/14182616/168346714-5aa981c7-b520-46e9-bddb-3278c94eaed5.png) I...

@Uzef1997 No. We decided to just use `react-native-svg` and `react-native-svg-transformer` for our icons which supports both native and web.

Hi @gundambandai were you able to get this implementation working?