Errors with EAS Build

System specifications:
Platform: Android
Expo: 43
eas-cli/0.47.0 darwin-x64 node-v16.14.0
Bare Workflow
############################

Hey everyone, experiencing a long journey for fixing some issues with EAS:
initially, out of a sudden, started receiving this error:

For fixing this, we had to:

  • Update compiled and target sdk version from 30 to 31;
  • Update Java from 8 to 11
  • Instruct EAS to run npx jetify after builds, on eas.json.

After this, we started receiving this error on screens with textInput and formik:

03-07 12:59:39.996 29989 29989 D AndroidRuntime: Shutting down VM
03-07 12:59:39.996 29989 29989 E AndroidRuntime: FATAL EXCEPTION: main
03-07 12:59:39.996 29989 29989 E AndroidRuntime: Process: io.zebedee.wallet, PID: 29989
03-07 12:59:39.996 29989 29989 E AndroidRuntime: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.facebook.react.uimanager.FabricViewStateManager.hasStateWrapper()' on a null object reference
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at com.facebook.react.views.textinput.ReactEditText.updateCachedSpannable(ReactEditText.java:971)
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at com.facebook.react.views.textinput.ReactEditText.access$300(ReactEditText.java:74)
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at com.facebook.react.views.textinput.ReactEditText$TextWatcherDelegator.onTextChanged(ReactEditText.java:1078)
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at android.widget.TextView.sendOnTextChanged(TextView.java:11855)
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at android.widget.TextView.setText(TextView.java:6996)
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at android.widget.TextView.setText(TextView.java:6794)
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at android.widget.EditText.setText(EditText.java:140)
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at android.widget.TextView.setText(TextView.java:6746)
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at android.widget.TextView.setEditableFactory(TextView.java:6703)
03-07 12:59:39.996 29989 29989 E AndroidRuntime:        at androidx.emoji2.viewsintegration.EmojiEditTextHelper$HelperInternal19.<init>(EmojiEditTextHelper.java:268)

Also, OTAs on local stopped working.

These things only happens when running builds from EAS.
From local it works just fine.

If someone went through these errors please help us finding a way to get this solved.
Thanks in advance

Hey @vitorzebedee, closing this topic as it seems to be a duplicate of your other one.