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

"WheelCurvedPicker" does not exist #13

Open
subhashisrouth opened this issue Feb 3, 2018 · 12 comments
Open

"WheelCurvedPicker" does not exist #13

subhashisrouth opened this issue Feb 3, 2018 · 12 comments
Assignees
Labels

Comments

@subhashisrouth
Copy link

Giives Error: "WheelCurvedPicker" does not exist
Plz Help.

@pinguinjkeke
Copy link
Owner

Hello. Can you provide steps to reproduce?
Did you run react-native link after installing package?

@pinguinjkeke pinguinjkeke self-assigned this Feb 4, 2018
@subhashisrouth
Copy link
Author

I have performed following steps:

npm i react-native-wheel-datepicker --save
react-native link react-native-wheel-datepicker

@pinguinjkeke
Copy link
Owner

Is it working in example provided with package for you?

I can't reproduce this error

@jslby
Copy link

jslby commented Apr 13, 2018

this is error actual on Android platform

@pinguinjkeke
Copy link
Owner

pinguinjkeke commented Apr 17, 2018

@jslby I'm using this package on Android with success. Check provided example or provide your own code example.

@faisal-93
Copy link

i'm facing the same problem. is this solved?

@pinguinjkeke
Copy link
Owner

@faisal2173 to solve the problem I need code example.

@Chatharaju
Copy link

Chatharaju commented May 10, 2018

Same issue, has anyone got the solution?
Steps to reproduce:

  • Installed: npm i react-native-wheel-datepicker --save
  • Linked: react-native link react-native-wheel-datepicker

Also, when I tried to re-run the app by react-native run-android, build successful but I am ending up with the following error:
**Error type 3
Error: Activity class {com.***mobileapp/com.**mobileapp.MainActivity} does not exist.

@mauld-tech
Copy link

I same issue, when I used 2 linked into my app

@nishantsri2
Copy link

Screenshot_1565099261

@mrndrew
Copy link

mrndrew commented Nov 7, 2019

As a workaround you can manually import package in MainApplication.java:

just add import com.zyu.ReactNativeWheelPickerPackage;
and ReactNativeWheelPickerPackage to the getPackages()

@swapnil8074
Copy link

swapnil8074 commented Nov 11, 2019

what about project using expo? I am also facing the same issue.

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

No branches or pull requests

9 participants