Skip to content

Commit

Permalink
use latest stable react-native-touch-id comit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Grachev committed Jan 16, 2020
1 parent f3bae61 commit 03698ad
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 7 deletions.
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="react" />
import { PinResultStatus } from "./src/utils";
import * as React from "react";
import { StyleProp, ViewStyle, TextStyle } from "react-native";
Expand Down
1 change: 1 addition & 0 deletions dist/src/ApplicationLocked.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="react" />
import { PinResultStatus } from "./utils";
import * as React from "react";
export declare type IProps = {
Expand Down
3 changes: 2 additions & 1 deletion dist/src/PinCode.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="react" />
import * as React from "react";
import { StyleProp, TextStyle, ViewStyle } from "react-native";
/**
Expand Down Expand Up @@ -76,7 +77,7 @@ export interface IState {
export declare enum PinStatus {
choose = "choose",
confirm = "confirm",
enter = "enter"
enter = "enter",
}
declare class PinCode extends React.PureComponent<IProps, IState> {
static defaultProps: Partial<IProps>;
Expand Down
1 change: 1 addition & 0 deletions dist/src/PinCodeChoose.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="react" />
import { PinStatus } from './PinCode';
import * as React from 'react';
import { StyleProp, TextStyle, ViewStyle } from 'react-native';
Expand Down
1 change: 1 addition & 0 deletions dist/src/PinCodeEnter.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="react" />
import { PinStatus } from './PinCode';
import { PinResultStatus } from './utils';
import * as React from 'react';
Expand Down
2 changes: 1 addition & 1 deletion dist/src/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export declare enum PinResultStatus {
initial = "initial",
success = "success",
failure = "failure",
locked = "locked"
locked = "locked",
}
export declare const hasPinCode: (serviceName: string) => Promise<boolean>;
export declare const deletePinCode: (serviceName: string) => Promise<void>;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"react-move": "^2.7.0",
"react-native-easy-grid": "^0.2.0",
"react-native-keychain": "^3.1.3",
"react-native-touch-id": "https://github.com/naoufal/react-native-touch-id.git",
"react-native-touch-id": "https://github.com/naoufal/react-native-touch-id.git#83d18af151be661e54149509b062a6ad06820eab",
"react-native-vector-icons": "^4.5.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4748,9 +4748,9 @@ react-native-keychain@^3.1.3:
resolved "https://registry.yarnpkg.com/react-native-keychain/-/react-native-keychain-3.1.3.tgz#fce176e7b95243cecda1896a7e6bdfe0335d778a"
integrity sha512-eWUbjYJge4icX8FhWJk/OPlyGxPnW9bZDysBX3WwOG37iurdH692HKnM2Ih+S+0te65RytImvUrcVnHVBbumYg==

"react-native-touch-id@https://github.com/naoufal/react-native-touch-id.git":
"react-native-touch-id@https://github.com/naoufal/react-native-touch-id.git#83d18af151be661e54149509b062a6ad06820eab":
version "4.4.1"
resolved "https://github.com/naoufal/react-native-touch-id.git#f86516663f227f8dd6f233eaba30b8b9c72cfd7d"
resolved "https://github.com/naoufal/react-native-touch-id.git#83d18af151be661e54149509b062a6ad06820eab"

react-native-vector-icons@^4.5.0:
version "4.5.0"
Expand Down

0 comments on commit 03698ad

Please sign in to comment.