• Gradlew could not start your buildĀ // It has already been locked by this process

    The error message “Gradlew could not start your build” indicates that there is an issue with the Gradle wrapper or the build setup. This kind of issue arises in react native while generating an APK file. Here are some steps you can take to troubleshoot and resolve the issue. 1. Clean Build: Open the terminal…


  • How to enable Double tap to turn on screen in Samsung M12

    Double tap to turn on the screen is one of the cool and very useful features. Samsung M12 also has the feature of double tap to turn on and off the screen. In this blog, we will see how can we enable the feature. Step 1: Open SettingsOpen the Samsung M12 mobile and click on…


  • Invariant Violation: Metro is run from the wrong folder issue

    The error message “Invariant Violation: Metro is run from wrong folder issue” typically occurs when there is a mismatch between the expected project folder and the actual folder where the Metro bundler is running. This often happens in React Native projects. Here are some steps you can take to resolve this issue: Check Current Directory:…