Using Other Component Libraries in an Expo Project

Hi all,

I have a beginners question here:

when I start a project with Expo, can I import any react-native component and use it or am I limited to a subset that is supported by expo?

Hey @atefyamin, Expo SDK doesn’t limit you in any way to not use a component that works in React Native. That said, it also depends on the nature of the component. For example, if it’s a UI related component, it will work out of the box since that is mostly JavaScript code. If it’s a component or a library that may require some native (iOS and Android) config, you can use it with via Expo Config plugins.

1 Like

Thank you very much!

1 Like

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