Nikita Ogorodnikov
Nikita Ogorodnikov
Hi @sjudd! I had to sync the branch with main for the auto-merge, but it seems workflow needs your approval.
Hello @john-harding! Thanks for opening this issue. By looking on the error it seems that native Android modules are not loaded. I would suggest doing the following: * Delete `node_modules`...
@john-harding Do you see a package declared in the `@datadog/mobile-react-native > platforms > android > packageInstance` when you run `npx react-native config`? At what point do you call `initialize`? Also...
@john-harding Can you please show the initialization logic? Do you see any relevant warnings during the build or at the runtime?
Hello @NigamCharu! We currently don't support screen loading time in our React Native SDK, but this is something that we are going to add in the future.
Hello @secure12! Can you please check the steps described here https://github.com/DataDog/dd-sdk-reactnative/issues/137#issuecomment-1004660281? In your case is `_$$_REQUIRE(_dependencyMap[5], "./foundation")` equal to `null` or `_$$_REQUIRE(_dependencyMap[5], "./foundation").DdSdk`?
Hello @cavaalex and @GiladR1979! Can you please post your `package.json` and try the steps described in the [following comment](https://github.com/DataDog/dd-sdk-reactnative/issues/137#issuecomment-1004660281). If you also can share a reproducible example, it would be...
Hello @govarthananve! This is a very useful information. Can you please tell which version of React Native you are using and if you are using Expo - its version as...
Hello @fchristysen! We have additional questions to continue our investigations: * Is stacktrace you are posting coming from Play Store? * Stacktrace from your original message has different methods involved...
Hello @nicbell! In order to better understand the issue, I have the following questions: * does it happen only on a particular device/OS version? * do you see such errors...