From e8302ceb4cdea7e551632866612f2862c054c04e Mon Sep 17 00:00:00 2001 From: Thomas Chen Date: Thu, 3 Aug 2017 21:50:03 -0400 Subject: [PATCH] Clarify Android SDK requirement and fix typos --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 484d5b3..8dc5af4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # react-native-touch-sensor -Bridging for accesing the Touch Sensor on both iOS and Android using TouchID and Android Fingerprint +Bridging for accessing the Touch Sensor on both iOS and Android using TouchID and Android Fingerprint # Installation @@ -9,11 +9,11 @@ Bridging for accesing the Touch Sensor on both iOS and Android using TouchID and # Android Setup -Be sure to add the Fingerprint permission to your `AndroidManaifest.xml` file +Be sure to add the Fingerprint permission to your `AndroidManifest.xml` file `` -Currently `react-native-touch-sensor` requires Android sdk 23 to work. Update this in your `app.gradle` file +Currently `react-native-touch-sensor` requires Android SDK 23+ to work. Update this in your `app.gradle` file # Example ``` @@ -23,7 +23,7 @@ import { View, Text, Button } from 'react-native' import Touch from 'react-native-touch-sensor' export default class TouchExample extends Component { - + _isSupported() { Touch.isSupported() @@ -40,12 +40,12 @@ export default class TouchExample extends Component { return ( Check to see if all conditions are met to use Fingerprint -