Need help understanding Bare Workflow

I want to eject to Bare Workflow from an ExpoKit app that has custom native libraries installed but also uses expo libraries like (expo-font, expo-intent-launcher, expo-image-manipulator).

Is it possible to run the app natively (using react-native run-ios for example) and still be able to use expo’s libraries (like the ones I mentioned before) that are not from the ‘react-native-unimodules’ package?