What is difference between react-native-unimodules and @unimodules/core

I am using “@unimodules/core”: “0.2.0” in my react native project, but currently when I run expo init from latest version of expo-cli and create bare setup. It installs react-native-unimodules.

If I try to install any expo package to my project and follow it’s doc, It does not work for me.
For Example: using expo-av only requires npm install expo-av

Hey @shubhamdeol,

@unimodules/core was renamed to react-native-unimodules and you’ll want to use the later moving forward.

Cheers,
Adam

@adhamfarrag Thanks for the info

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.