diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/AnimatedNodeWithUpdateableConfig.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/AnimatedNodeWithUpdateableConfig.java index 59fb7d801cb..a8cf01e11f1 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/AnimatedNodeWithUpdateableConfig.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/animated/AnimatedNodeWithUpdateableConfig.java @@ -10,6 +10,6 @@ package com.facebook.react.animated; import com.facebook.react.bridge.ReadableMap; /** Indicates that AnimatedNode is able to receive native config updates. */ -public interface AnimatedNodeWithUpdateableConfig { +interface AnimatedNodeWithUpdateableConfig { void onUpdateConfig(ReadableMap config); }