sangaloma
sangaloma

Reputation: 422

null is not an object ( evaluating 'NativeUnimoduleProxy.viewManagersNames')

a busy cat Hi, I am having this issue in android. I am using react-native: 0.59.8, @unimodules/core: ^4.0.0, @unimodules/react-native-adapter: ^4.0.0

Upvotes: 3

Views: 6758

Answers (1)

foxtrotuniform6969
foxtrotuniform6969

Reputation: 4125

You may be going about installing Unimodules the wrong way. Try following the guide here on the react-native-unimodules page instead. After following it meticulously I was able to get expo-camera working in a bare react-native project just moments after commenting on your question.

Make sure that you closely compare your own ios/ files with the ones linked in the guide.

Upvotes: 6

Related Questions