Crash issue acknowledgement
This commit is contained in:
parent
10752e2ece
commit
a57508a2c3
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue