react-native-camera-android
react-native-camera-android copied to clipboard
Having trouble getting it to work on RN 0.18.0
I'm reasonably certain that the API for registering packages has changed, and that's what's messing me up. I have followed all the instructions in the Readme except for package registration, which according to RN docs is now done via the getPackages()
method.
However, now calls to <Camera> in my React app render nothing. I would be happy to supply more code if that would be helpful.