From a57508a2c36b54c95191791f94649b608b3209af Mon Sep 17 00:00:00 2001 From: Lochlan Wansbrough Date: Wed, 8 Apr 2015 22:06:00 -0700 Subject: [PATCH] Crash issue acknowledgement --- README.md | 1 + package.json | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d39f372..ad1c0e3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A camera viewport for React Native. This module is currently in the very early s ## Known Issues Below is a list of known issues. Pull requests are welcome for any of these issues! +- `takePicture()` crashes on `react-native >= 0.3.5` - [Camera module may cause app to crash in simulator](https://github.com/lwansbrough/react-native-camera/issues/8) ## Getting started diff --git a/package.json b/package.json index c5dedf9..24a3992 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,11 @@ "author": "Lochlan Wansbrough (http://lwansbrough.com)", "dependencies": { "react-native": "^0.3.1" - } + }, + "keywords": [ + "react-native", + "react", + "native", + "camera" + ] }