-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to run #1
Comments
Please pull in the latest changes. The bug should be fixed. |
I running your app but it have loss server . |
Unable to resolve module Button from /Users/directory/my-appointment-master/node_modules/react-native/Libraries/react-native/react-native.js: Module does not exist in the module map or in these directories: This might be related to facebook/react-native#4968
RCTFatal + 104 |
same here, anyone could figure out whats going on? |
Could you please tell me in which screen does this error pops up ? |
fix it after changing the react-native version and doing the npm start -- --reset-cache just 5 min ago, weird. now I am trying to learn with your code. thanks for the effort on it sir! :) cheers from argentina |
I got error while build this app. A problem occurred configuring project ':react-native-linear-gradient'. Please give me the solution . I have struggle last 4 days. |
Hi I have downloaded this sample app . when i am runing this getting error .can you help me on this issue
my-appointment-master/src/containers/Category/Category.js: Unable to find this module in its module map or any of the node_modules directories under /Users/node_modules/react-native-alphabetlistview and its parent directories
This might be related to facebook/react-native#4968
To resolve try the following:
watchman watch-del-all
.node_modules
folder:rm -rf node_modules && npm install
.rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
.i have tred to reset this all but getting same issue
The text was updated successfully, but these errors were encountered: