ART has been removed from React Native

Please provide the following:

  1. SDK Version: 38.0.0
  2. Platforms(Android/iOS/web/all): All

I just recently updated my managed App from Expo v35.0.0 to Expo v38.0.0. I also upgraded by react-navigation from v3 to v5. However, my app is not able to boot with the following error:

I have tried installing the requested package, but still getting the same error. Any help would be much appreciated. Thanks!

we don’t include @react-native-community/art in the expo sdk. you will have to remove the package that you use that depends on it, and switch to another library. the only popular library i know that uses ART is react-native-progress: Doesn't work in Expo SDK36 · Issue #183 · oblador/react-native-progress · GitHub

1 Like

Hmm ok, I don’t use react-native-progress either and it doesn’t come up in a global search.

check out DrugCard line 3

yeah that’s the first thing I did but it’s just importing from react-native:

import { StyleSheet, View, Platform, StatusBar, Image } from ‘react-native’;

search your node_modules for ART

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.