Craig Ronald

Results 8 comments of Craig Ronald

> +1 Any ideas? > > UPD: Finally Found solution > > In your `Info.plist` file add > > ``` > FIREBASE_ANALYTICS_COLLECTION_ENABLED > > ``` This didn't work for me

@oneclickwebstudio Sorry, I was being a dumb dumb, I realised after going through the docs, trying to add different packages via xCode etc. etc. that it turns out that I...

The debugview seems to be a bit of a nightmare, I notice a few people on the sites like stackoverflow having issues getting their device to consistently be found by...

I passed the maxValue as a dependency so that the animatedCircleProps are reconfigured whenever the maxValue changes i.e. when using a state value. This has fixed the issue on my...

> Fixed: Set the maxValue to 1 and calculate the current value as percentage. It works perfectly and means you don't need to change the maxValue at all! This may...

> > animatedCircleProps > > not working Can you provide more details on what's going wrong? And your code implementation?

I'm also having the same issue when trying to combine the WindowScroller, AutoSizer and List. It might be worth noting that I get this error in the console: `(index.js:1 Warning:...