my-appointment icon indicating copy to clipboard operation
my-appointment copied to clipboard

Not able to run

Open somsin opened this issue 8 years ago • 7 comments

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:

  1. Clear watchman watches: watchman watch-del-all.
  2. Delete the node_modules folder: rm -rf node_modules && npm install.
  3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache. i have tred to reset this all but getting same issue

somsin avatar Oct 05 '16 06:10 somsin

Please pull in the latest changes. The bug should be fixed.

iZaL avatar Nov 07 '16 00:11 iZaL

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';

nht178 avatar Dec 15 '16 10:12 nht178

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:

  1. Clear watchman watches: watchman watch-del-all.
  2. Delete the node_modules folder: rm -rf node_modules && npm install.
  3. Reset packager cache: rm -fr $TMPDIR/react-* or npm 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

triloconinja avatar Jan 19 '17 03:01 triloconinja

same here, anyone could figure out whats going on?

estebanmuruzabal avatar Jan 28 '17 10:01 estebanmuruzabal

Could you please tell me in which screen does this error pops up ?

iZaL avatar Jan 28 '17 12:01 iZaL

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

estebanmuruzabal avatar Jan 28 '17 12:01 estebanmuruzabal

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.

praba113 avatar Jun 27 '18 05:06 praba113