You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import expo.modules.ReactActivityDelegateWrapper;
import com.reactnative.hybridnavigation.ReactAppCompatActivity;
public class MainActivity extends ReactAppCompatActivity {
...
@Override
protected ReactActivityDelegate createReactActivityDelegate() {
return new ReactActivityDelegateWrapper(this, BuildConfig.IS_NEW_ARCHITECTURE_ENABLED, new DefaultReactActivityDelegate(
this,
getMainComponentName(),
// If you opted-in for the New Architecture, we enable the Fabric Renderer.
DefaultNewArchitectureEntryPoint.getFabricEnabled()));
}
}
上面这个this报错不知道怎么处理,不懂java
The text was updated successfully, but these errors were encountered:
不是纯expo项目,但用到了Expo modules,现在android 打包报错
上面这个this报错不知道怎么处理,不懂java
The text was updated successfully, but these errors were encountered: