DEV Community

Discussion on: Building Serverless or Debug APK for React Native apps

Collapse
 
ashishekka97 profile image
Ashish Ekka

Mine gets stuck on the asyncstorage module. First, the metro bundler crashes with permission error (even as admin) and the debug build just gets stuck.

Here's the error:

Error w/ Text

The bundler runs just fine when used normally using react-native run-android

Collapse
 
shubhkirtisharma profile image
Shubhkirti Sharma

This is generally the issue when CMD is not run as ADMIN.
Try running it as admin and then proceeding as given.