naoufal / react-native-touch-id

React Native authentication with the native Touch ID popup.
https://www.npmjs.com/package/react-native-touch-id
1.48k stars 477 forks source link

touchID breaks Cmd+R in simulator #9

Closed pgmemk closed 8 years ago

pgmemk commented 8 years ago

I am very grateful to you for this component. It is extremely important for our app.

The problem is that in the simulator, after successful authentication, Cmd+R stops working. Strangely, if you call TouchID.authenticate() again and cancel it, it starts working again.

naoufal commented 8 years ago

Hey @pgmemk,

That's very odd. Do you have any leads as to what may be causing this?

pgmemk commented 8 years ago

Hey, I don't have a problem with it any more. Found some work around such as if after authentication you press Cmd+R and it does not work you can press Cmd+Options+M and after that Cmd+R works :)

naoufal commented 8 years ago

Glad you found a fix.