DataDog / datadog-react-native-wizard

Setup wizard for Datadog React Native SDK
Apache License 2.0
4 stars 2 forks source link

Add support for RN 0.72 by adding application variants loop #18

Closed louiszawadzki closed 1 year ago

louiszawadzki commented 1 year ago

What and why?

Create an application variants loop if it's missing from the app/build.gradle file. If the android closure is absent, we'll do nothing.

How?

We introduce a state variable to know where we are when we're reading the file line by line.

Review checklist