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

Show this Error on android #16

Closed
MzkZeeshan opened this issue Nov 19, 2018 · 24 comments
Closed

Show this Error on android #16

MzkZeeshan opened this issue Nov 19, 2018 · 24 comments
Labels
help wanted Extra attention is needed

Comments

@MzkZeeshan
Copy link

MzkZeeshan commented Nov 19, 2018

img_20181117_205140537

@dimaportenko
Copy link
Owner

@MzkZeeshan try to check following expo/create-react-native-app#721

@dimaportenko dimaportenko added the help wanted Extra attention is needed label Nov 19, 2018
@MzkZeeshan
Copy link
Author

but i am create new project rect-natvie cli it work but your project is not working

@dimaportenko
Copy link
Owner

dimaportenko commented Nov 19, 2018 via email

@MzkZeeshan
Copy link
Author

MzkZeeshan commented Nov 19, 2018

version 0.56.0

@dimaportenko
Copy link
Owner

dimaportenko commented Nov 19, 2018

what command did you use to create new project?

@MzkZeeshan
Copy link
Author

react-native init NewProject

@dimaportenko
Copy link
Owner

@MzkZeeshan you can find a lot of solution in the internet related to the issues for example here https://stackoverflow.com/questions/48756550/unable-to-resolve-module-accessibilityinfo-when-trying-to-create-release-bund. It is bug not related specifically to this project, but something inside react native with Windows combo (as I understand from info in the internet). I don't have Windows and can't reproduce this issues, so It is hard to understand what exactly wrong on your end.

If you find how to resolve it, please post you solution here.

@MzkZeeshan
Copy link
Author

ok

@MzkZeeshan
Copy link
Author

I am having this warning isMounted(...) is deprecated in plain Javascript classes. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.
This warning shows up when transitioning from collapsed to non-collapsed. I tried to find where isMounted is used in the code but with no luck. and my order is not placed

@MzkZeeshan
Copy link
Author

and previous Error Resolve this way first delete node_modules folder and in package.json
change react-native version "react-native": "0.55.2", and
babel "babel-preset-react-native": "4", after that run yarn install or
npm install and run its work fine for me.

@dimaportenko
Copy link
Owner

I am having this warning isMounted(...) is deprecated in plain Javascript classes. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.
This warning shows up when transitioning from collapsed to non-collapsed. I tried to find where isMounted is used in the code but with no luck. and my order is not placed

It is not used in the project directly, most likely it is some of the dependencies. But deprecation isn't error, it is only mean that it will not be used in a future release, so I'm not going to check it until it is really necessary.

@dimaportenko
Copy link
Owner

and previous Error Resolve this way first delete node_modules folder and in package.json
change react-native version "react-native": "0.55.2", and
babel "babel-preset-react-native": "4", after that run yarn install or
npm install and run its work fine for me.

thanks for sharing this.

@MzkZeeshan
Copy link
Author

but my order is not placed

@MzkZeeshan
Copy link
Author

this application say your order is placed but when i check in admin in Dashboard no order there

@dimaportenko
Copy link
Owner

check place order request response.

@MzkZeeshan
Copy link
Author

Order placed successfully but ordre is not done

@dimaportenko
Copy link
Owner

order not placed if there is no order in admin

@dimaportenko
Copy link
Owner

so place order request should return some error

@MzkZeeshan
Copy link
Author

NO Error Show

@dimaportenko
Copy link
Owner

are you a developer? do you know how Rest API works? or how JavaScript fetch function works?

@MzkZeeshan
Copy link
Author

yes

@MzkZeeshan
Copy link
Author

its run as a async way

@dimaportenko
Copy link
Owner

check response from fetch request which happens on the place order action

@MzkZeeshan
Copy link
Author

can you Invite me in slack my email address is zeeshankhanaptech@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants