I need to use, some packages from Expo with React-Native , So, I tried to use expo packages within vanila react native project by setting the react-native-unimodules. But I faced some warnings and error message as follows
WARN The "UMNativeModulesProxy" native module is not exported through NativeModules; verify that @unimodules/react-native-adapter's native code is linked properly
WARN No native ExponentConstants module found, are you sure the expo-constants's module is linked properly?
LOG Running "react_bare_application" with {"rootTag":1461}
ERROR TypeError: null is not an object (evaluating 'NativeUnimoduleProxy.viewManagersNames')
ERROR TypeError: null is not an object (evaluating 'NativeUnimoduleProxy.viewManagersNames')
So I go for expo bare workflow application. It starts to run without any error message, but it stuck up at the Splash Screen . Please say any solution.