You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,6 +23,9 @@ React Native Touch ID is a [React Native](http://facebook.github.io/react-native
22
23
npm i --save react-native-touch-id
23
24
```
24
25
26
+
## Support
27
+
Due to the rapid changes being made in the React Native ecosystem, we are not officially going to support this module on anything but the latest version of React Native. The current supported version is indicated on the React Native badge at the top of this README. If it's out of date, we encourage you to submit a pull request!
28
+
25
29
## Usage
26
30
### Linking the Library
27
31
In order to use Touch ID, you must first link the library to your project. There's excellent documentation on how to do this in the [React Native Docs](http://facebook.github.io/react-native/docs/linking-libraries-ios.html#content).
@@ -75,31 +79,6 @@ var YourComponent = React.createClass({
75
79
});
76
80
```
77
81
78
-
## Fallback
79
-
When Touch ID isn't available on a device, you should fallback to using something like [Passcode Auth](https://github.com/naoufal/react-native-passcode-auth) to authenticate users.
0 commit comments