Including external libraries

I am trying to include an external library into my app. Is there anything special I need to do?

The library I am trying to include is: https://github.com/mCodex/react-native-sensitive-info

Thanks in advance

Since that library makes use of native modules, you would have to detach and use ExpoKit in order to use said library with your Expo project.

Here is a link to the detaching docs:

https://docs.expo.io/versions/v18.0.0/guides/detach.html

1 Like