naoufal / react-native-touch-id

React Native authentication with the native Touch ID popup.

Home Page:https://www.npmjs.com/package/react-native-touch-id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile time error in react-native-web-app

skarsad04 opened this issue · comments

We are developing react-native-web-app.
), which is for both mobile and web.

Getting getting compile time error while using TouchID.
Failed to compile.

./node_modules/react-native-touch-id/index.js

Screenshot 2020-08-15 at 03 05 35

Solution:
Have to add TouchID.web.js. and should export as empty to resolve the compile time error.

i face the same issue :(