DataDog / expo-datadog

Datadog SDK for Expo
Apache License 2.0
8 stars 5 forks source link

Support Expo 48 #5

Closed louiszawadzki closed 1 year ago

louiszawadzki commented 1 year ago

What does this PR do?

Support Expo 48

Motivation

Expo 48 is in beta, will be released soon. It bumps the RN version to 0.71, which required a change in the config plugin that applies the custom task to the build.gradle.

Additional Notes

The change was tested on a brand new expo 48 app.

Review checklist (to be filled by reviewers)

louiszawadzki commented 1 year ago

Yes, I'm a bit reluctant to remove the escaping characters for regexes, I've seen regex fail because of these in unexpected ways. If this becomes more of a problem later, I'll look into what we can do.