Compile time error in react-native-web-app
skarsad04 opened this issue · 1 comments
skarsad04 commented
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
Solution:
Have to add TouchID.web.js. and should export as empty to resolve the compile time error.
GustavoBonfimS commented
i face the same issue :(