Crash issue acknowledgement

This commit is contained in:
Lochlan Wansbrough 2015-04-08 22:06:00 -07:00
parent 10752e2ece
commit a57508a2c3
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -10,5 +10,11 @@
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
"dependencies": {
"react-native": "^0.3.1"
}
},
"keywords": [
"react-native",
"react",
"native",
"camera"
]
}