Excluding Unimodules packages

I have added react-native-unimodules in my current project. There are many packages that are automatically installed. I have removed some expo packages.
Will there be problem if i also remove unimodules packages?

All unimodules packages are just interfaces, so you won’t benefit in any way from removing them, it’s possible that everything will work without some of them, but no one is testing that.

react-native-unimodules have only a minimal set of dependencies, so I’m not really sure what expo packages you are excluding. One suggestion that unnecessary packages might come from expo package, so maybe consider removing it from your package.json.