ERROR EPERM: operation not permitted, lstat \'...\\.idea\\workspace.xml___jb_old___\' {\"errno\":-4048,\"code\":\"EPERM\",\"syscall\":\"lstat\",\"path\":\"...\\.idea\\
Solution:
How to fix the file permissions, after loading end react-native start
react-native start
First, Go to android folder
cd android
Now clean the project...
gradlew clean //for Mac users, change gradlew to ./gradlew
Now run the build process again in the root folder cd .. react-native run-android
cd .. react-native run-android