Mark Rickert
Mark Rickert
Honestly, the first time I really started looking at the source was the other day. I tried to follow the tap chain through what was going on, and there very...
@smtm Thanks for reporting back that this helped you! Sometimes putting things out there like this never get a response so I'm glad it was useful to someone other than...
@kevinvangelder Any way you could take a look at this one on windows? You might also want to see if my PR fixes the issue on windows here: #1686
Hey @pgerhard , I spun up a new app with expo and the latest ignite and couldn't reproduce the error by scanning the expo app to a real device. My...
Sorry to leave you hanging on this one. This seems to be more than just an ignite issue, there's lots of reports of the same thing on the react-native repo:...
You can get around renaming default buy just doing: ```typescript import React from 'react'; import MapView from 'react-native-map-clustering'; import Map, { Marker } from 'react-native-maps'; const TestScreen: React.FC = ()...
I ran into this as well. Here's how I fixed it 1. Apply @novseje's code change in `./node_modules/react-native-create-bridge/build/index.js` so that the file will run when you call it (don't bother...
Currently, rollbacks aren't supported in CDQ, so you'll have to delete the DB and start over again (easiest way is to just delete the app from the simulator). A `cdq.reset!`...
I'm getting this error as well, @kemiller - but only on the evice... simulator works fine for some odd reason. ``` Jul 13 15:47:46 Marks-iPhone App Dev[1183] : yaml.rb:28:in `load:':...
No idea... and it's strange that it's only happening on the device. I'm locked at RM 3.12 but i'll try and use the most recent version to see if it...