prscX / react-native-lock-screen

React Native: Lock Screen
Apache License 2.0
118 stars 27 forks source link

Error when entering wrong pin #7

Closed chri633x closed 6 years ago

chri633x commented 6 years ago

Hi,

I get the error below when I enter a wrong pincode (mode is set to 'Verify'). It works fine when the pin is correct. Any ideas how to solve this? Im running it on my iPhone SE with 'Expo Client'.

photo6001434914999872533

Thanks

prscX commented 6 years ago

Thanks @chri633x for raising the issue.

Looks like RNToasty library is not linked. Please execute below command for the same:

react-native link react-native-toasty

Please let me know in case you still face the same issue.

Thanks </ Pranav >