my-appointment
my-appointment copied to clipboard
Not able to run
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 https://github.com/facebook/react-native/issues/4968 To resolve try the following:
- Clear watchman watches:
watchman watch-del-all
. - Delete the
node_modules
folder:rm -rf node_modules && npm install
. - Reset packager cache:
rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
. i have tred to reset this all but getting same issue
Please pull in the latest changes. The bug should be fixed.
I running your app but it have loss server . Can you public server ? 'use strict'; // export const API_ROOT = 'http://myappointment.dev/api/v1'; // export const API_ROOT = 'http://myappointment.ideasowners.net/api/v1'; export const API_ROOT = 'http://appointment.izal.me/api/v1'; export const API_TOKEN = 'API_TOKEN';
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: /Users/user/my-appointment-master/node_modules/react-native/node_modules , /Users/user/my-appointment-master/node_modules
This might be related to https://github.com/facebook/react-native/issues/4968 To resolve try the following:
- Clear watchman watches:
watchman watch-del-all
. - Delete the
node_modules
folder:rm -rf node_modules && npm install
. - Reset packager cache:
rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
.
RCTFatal + 104 -[RCTBatchedBridge stopLoadingWithError:] + 1138 __25-[RCTBatchedBridge start]_block_invoke_2 + 65 _dispatch_call_block_and_release + 12 _dispatch_client_callout + 8 _dispatch_main_queue_callback_4CF + 1054 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9 __CFRunLoopRun + 2205 CFRunLoopRunSpecific + 420 GSEventRunModal + 161 UIApplicationMain + 159 main + 111 start + 1
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. Error : * What went wrong: A problem occurred configuring project ':app'.
A problem occurred configuring project ':react-native-linear-gradient'. failed to find target with hash string 'android-26' in: C:\Users\user\AppDa ta\Local\Android\Sdk
Please give me the solution . I have struggle last 4 days.