react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)

Home Page:https://reactnativeelements.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure while building JavaScript bundle

dakshshah96 opened this issue · comments

While trying to run the app by doing npm start after performing npm install, Expo fails to build the JavaScript bundle and I get the following error message:

Unable to resolve "react-native-screens" from "node_modules/react-navigation-stack/lib/module/views/StackView/StackViewCard.js"

Installing react-native-screens as a dependency by doing expo install react-native-screens seems to have fixed the issue.

Good catch. I have pushed a new commit dc81f7c that should fix it.