Skip to content

Commit

Permalink
Add default value for newArchitectureEnabled param
Browse files Browse the repository at this point in the history
Summary:
Add default value for newArchitectureEnabled param

changelog: [internal] internal

Differential Revision: D61621224
  • Loading branch information
mdvacca committed Aug 21, 2024
1 parent 9239ad1 commit 1fd3957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import com.facebook.react.config.ReactFeatureFlags
* com.facebook.react.config.ReactFeatureFlags} when newArchitectureEnabled is true.
*/
public open class ReactNativeNewArchitectureFeatureFlagsDefaults(
private val newArchitectureEnabled: Boolean
private val newArchitectureEnabled: Boolean = true
) : ReactNativeFeatureFlagsDefaults() {

init {
Expand Down

0 comments on commit 1fd3957

Please sign in to comment.