Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jure Cular committed Sep 11, 2017
1 parent 8ded6d8 commit fc7374d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,5 @@ AppRegistry.registerComponent('BlinkIDReactNative', () => BlinkIDReactNative);
## FAQ

**Can I create a custom UI overlay?**
Yes you can, but you will have to implement it natively for android and ios, you can see native implementation guides [here(Android)](https://github.com/BlinkID/blinkid-android#recognizerView) and [here(ios)](https://github.com/BlinkID/blinkid-ios/wiki/Customizing-Camera-UI#steps-for-providing-custom-camera-overlay-view).

Yes you can, but you will have to implement it natively for android and ios, you can see native implementation guides [here(Android)](https://github.com/BlinkID/blinkid-android#recognizerView) and [here(ios)](https://github.com/BlinkID/blinkid-ios/wiki/Customizing-Camera-UI#steps-for-providing-custom-camera-overlay-view).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blinkid-react-native",
"version": "1.1.0",
"version": "1.2.0",
"description": "A small and powerful ID card scanning library. Powered by MicroBlink (www.microblink.com).",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit fc7374d

Please sign in to comment.