micahrye
micahrye
Is it possible/performant to display thousands of markers? I know with react-map-gl that it is not, I have not done a lot of mapping applications and my understanding is that...
The snippet generated for `handle_cast/2` is wrong. It generates the following with arity 3 ``` def handle_cast(request, _from, state) do {:noreply, new_state} end ``` It should be: ``` ``` def...
Getting error using "setSpeed" from javascript on release version running on android device. Not seeing error when running on emulator in development. Android react-native 0.44.0 Error: ``` I/ReactNativeJS( 2980): GETTING...
The more I have played with your project the more I like it for getting up and going, but I also have found some limitations. Most notably is the use...
First, from initial play this is a nice project that removes a bunch of hassle. I am able to dev with this and I can build and run as described...