Issue
I am facing this issue after installing react-native-touch-id
package and then pod installation.
on ios. If I revert back this package and pod, apps works properly.
I tried reinstalling packge, pod, cleaning build, also a lot of googeling, stackoveflow, chatgpt etc. but did not worked.
Solution
I found the answer to this issue I tried the below steps
sudo find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
- then
yarn
- Xcode -> clean build folder
react-native start
Answered By - gauravsbagul
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.