Font Family Error on Android App Load

I am seeing the error message shown in the attached screenshot when I try to load my app onto my Android device. Is anyone experiencing the same thing? The steps to reproduce are as follows:

  1. Open the Expo app on your Android device.
  2. Click the ‘Scan QR Code’ button and wait until it displays the QR code scanner.
  3. Open the Expo IDE on your desktop.
  4. Click the ‘Share’ button in Expo IDE
  5. Scan the QR code that’s displayed in Expo IDE.
  6. The process of installing your app onto your Android device should begin.
  7. The error that’s displayed in the attachment to this post should be displayed.

Looks like this issue was caused by fontFamily being set to ‘Arial’ in the react-native-app-intro package that I’m using. Commenting out that line fixed the issue.