You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried this plugin iOS, but getting 'requireNativeComponent( "WheelPicker", WheelPicker ); not found in UI Manager'.
Tried forked git 'https://github.com/Cero-Studio/ReactNativeWheelPicker' and found it works in iOS without any error.
Is iOS is limited for this forked?
Thanks
The text was updated successfully, but these errors were encountered:
akhilsanker
changed the title
Not working in iOS
Not working in iOS, requireNativeComponent( "WheelPicker", WheelPicker ); not found in UIManager
Jun 7, 2021
Hey @akhilsanker, yep, this is an Android-only component; our goal was to provide a quality "wheel picker" UX on Android rather than change/expand the native iOS functionality. That said, turning this into a "universal" picker is trivial:
.../build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:85: error: a type with the same simple name is already defined by the single-type-import of WheelPickerPackage
import com.wheelpicker.WheelPickerPackage;
Any solution to use both the plugins within same project.
Hi,
Tried this plugin iOS, but getting 'requireNativeComponent( "WheelPicker", WheelPicker ); not found in UI Manager'.
Tried forked git 'https://github.com/Cero-Studio/ReactNativeWheelPicker' and found it works in iOS without any error.
Is iOS is limited for this forked?
Thanks
The text was updated successfully, but these errors were encountered: