Skip to content
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

Open
somsin opened this issue Oct 5, 2016 · 7 comments
Open

Not able to run #1

somsin opened this issue Oct 5, 2016 · 7 comments

Comments

@somsin
Copy link

somsin commented Oct 5, 2016

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:

  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
@iZaL
Copy link
Owner

iZaL commented Nov 7, 2016

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

@nht178
Copy link

nht178 commented Dec 15, 2016

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

@triloconinja
Copy link

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 facebook/react-native#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

@estebanmuruzabal
Copy link

same here, anyone could figure out whats going on?

@iZaL
Copy link
Owner

iZaL commented Jan 28, 2017

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

@estebanmuruzabal
Copy link

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

@praba113
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants