正在查看: RummyCircle v11000.89 应用的 RNGestureHandlerEnabledRootView.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: RummyCircle v11000.89 应用的 RNGestureHandlerEnabledRootView.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.swmansion.gesturehandler.react;
import android.content.Context;
import android.util.AttributeSet;
import com.facebook.react.ReactRootView;
import kotlin.Metadata;
@Metadata
public final class RNGestureHandlerEnabledRootView extends ReactRootView {
public RNGestureHandlerEnabledRootView(Context context) {
super(context);
throw new UnsupportedOperationException("Your application is configured to use RNGestureHandlerEnabledRootView which is no longer supported. You can see how to migrate to <GestureHandlerRootView /> here: https://docs.swmansion.com/react-native-gesture-handler/docs/guides/migrating-off-rnghenabledroot");
}
public RNGestureHandlerEnabledRootView(Context context, AttributeSet attributeSet) {
super(context, attributeSet);
throw new UnsupportedOperationException("Your application is configured to use RNGestureHandlerEnabledRootView which is no longer supported. You can see how to migrate to <GestureHandlerRootView /> here: https://docs.swmansion.com/react-native-gesture-handler/docs/guides/migrating-off-rnghenabledroot");
}
}