Ahmed Elrefaey
Ahmed Elrefaey
Hello @SanderNiesten! Can you please share more details on the issue you're facing? Also, do you use a native solution for data fetching (not using `XMLHttpRequest`, `fetch`, or anything that...
Hi @gabrielmoreira-nn! Thanks for reporting this issue. We are currently discussing possible solutions to this issue and I will update you once we have something to share.
@gabrielmoreira-nn If you have access to the native exception, I think you can report through the native Android/iOS SDKs in native code. On Android: ```java IBGNonFatalException exception = new IBGNonFatalException.Builder(new...
@gabrielmoreira-nn Yes, I get what you mean. We already have support for adding a custom grouping string on the native side, so it's a matter of bringing that to React...
Custom grouping fingerprints support for non-fatal has been implemented in #1194 and released in version `13.1.1` of our Instabug React Native SDK, so I think we can close this issue...
Does it work if the source code is put in an `app` folder?
I created a new Ignite app and tried building it in AppCenter to figure out where the problem is and looks like it's because of the `System.getProperty('user.dir')` resolving to the...
I'm not sure why this happens to be the case, but maybe we can try using `rootDir` instead of `System.getProperty('user.dir')`.
Hi @kyagie, thanks for bringing this up. I'll look into it and let you know!
Hello @j0na1han and @anurbecirovic! Sorry for the late reply here. We've just released v1.5.2 of `@react-native-ml-kit/text-recognition` (and the rest of the packages!) with the upgrade to ML Kit v6.0.0 on...