pinguinjkeke / react-native-wheel-datepicker

Android & iOS iOS-style Picker & DatePicker Components for ReactNative

Home Page:https://www.npmjs.com/package/react-native-wheel-datepicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"WheelCurvedPicker" does not exist

subhashisrouth opened this issue · comments

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

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

I have performed following steps:

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

Is it working in example provided with package for you?

I can't reproduce this error

commented

this is error actual on Android platform

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

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

@faisal2173 to solve the problem I need code example.

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.

commented

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

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

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

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