Broda Noel

Results 191 comments of Broda Noel

What is the breaking change for moving from 0.2.2 to 1.0.0? Any plan to release 1.0.0?

Have you added your Google Maps API Key in `app.json`? You need this inside your "android" key: ``` "config": { "googleMaps": { "apiKey": "xxxxx" } }, ```

@da45 I agree it is a breaking change and it is important. So why don't you fix it? Or why didn't you help to test it before the release? It's...

And if it is working on SDK45, why in the heaven don't you downgrade to SDK45 until this gets fixed?!

I am using 'app.json' and I don't have this problem. Are you all using 'app.config.js'?

I am implementing that "beta" library right now (I finished 30 seconds ago). I'll make a deep test, plus a prod release, and see what happens there.

I can confirm Amplitude is properly receiving the data (check on the top-left corner, in grey, the `Dev` environment). I understand this doesn't means we can merge the PR. I'm...

I think that there are 1 or 2 bugs that may be kind of blocker to fix before migrating to this new library. https://github.com/amplitude/Amplitude-TypeScript/issues/178 https://github.com/amplitude/Amplitude-TypeScript/issues/177

@jparksecurity have you found a workaround? I have this same issue. Have you checked the SDK 45 beta? Any progress there? I just finished reading the comments were made in...

Quick question for @barthap and @bbarthec , which your answer may help me to create a workaround: We know that in SDK 44: - Calling `ImagePicker.launchImageLibraryAsync` won't provide the EXIF...