Adding unimodules to react native library

Hi there,

I am creating native module in React Native for which I have used @react-native-community/bob - npm.

I’ve chose an option to use schema for a native module (without view) in both Kotlin and Swift with example app in Android and ios to test my module. Now I would like to add unimodules to make use of expo sdk.

The first question is if I can only add unimodules to my native module or is it required for the app that will import my module in the future to add unimodules also?

The second question is if is there a possibility to add unimodules to react native module? The only docs I’ve found is for including unimodules into the react native app and my case is a bit different. Could someone guide me how to achieve it?

Thanks in advance
Borsuk