## Expected Behavior I should be able to run `example` app ## Current Behavior I can't run `example` app, getting the following error: `Error: Cannot find module 'metro-bundler/build/blacklist'` ## Steps to Reproduce ```bash cd example npm install npm run start ```