Use of react-native.config.js in an expo project?

I’m currently using a managed workflow for a project but can’t figure out how react-native link works in conjunction with expo autolinking:

For example, a project like GitHub - rollbar/rollbar-react-native: Crash and error reporting for React Native using Rollbar contains a react-native.config.js that specifies “android.packageImportPath” but when I do an “expo prebuild” and “expo run:android” the import is not added to MainApplication.java.

The podspec meanwhile is found so I don’t need to explicitly add ‘pod’ in my Podfile.

There is also config-plugins so I don’t know if I should create a plugin that adds these statements.

Thank you.