What expo library will not work when moving from managed to bare workflow?

  1. SDK Version: Latest
  2. Platforms(Android/iOS/web/all): Android and IOS

Is there a list somewhere of Expo libraries that will stop working when moving from managed to bare workflow? I’m guessing expo notifications will no longer work. Any others?

Hey @joshua-splend, the list of limitations per workflow can be found here. Expo Notifications will continue to work. There can sometimes be certain nuances when using the packages in a Bare project. A good practice is to check the package’s README as the differences will be documented. (expo/packages/expo-notifications at main · expo/expo · GitHub)

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