Skip to content

Add docs for components p-r #1647

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

Merged
merged 6 commits into from
Nov 14, 2021
Merged

Add docs for components p-r #1647

merged 6 commits into from
Nov 14, 2021

Conversation

M-i-k-e-l
Copy link
Collaborator

Description

Add docs for components p-r

Changelog

Add docs for components p-r

"https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Picker/DialogPicker.gif?raw=true",
"https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Picker/CustomPicker.gif?raw=true"
],
"note": "'useNativePicker' prop requires installing the '@react-native-picker/picker' native library",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is that still relevant?
Aren't we using our own implementation of WheelPicker from Incubator?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, don't we want to remove the lib/WheelPicker (and this dependency)? Should I add it to V7?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better do it officially in v7, yes

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a row to V7

"name": "ProgressiveImage",
"category": "animationsAndGestures",
"description": "Image component that loads first a small thumbnail of the images, and fades-in the full-sized image with animation once it's loaded",
"extends": ["Animated.Image"],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's interesting in extends is to let the user understand what other props are supported. so I think Image is enough in this case. WDYT?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmm, I see we're using our AnimatedImage and not actually Animated.Image directly, so there are other props, should I change it to AnimatedImage or Image?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If AnimatedImage is our component then yes let's change to AnimatedImage, otherwise Image is enough

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@M-i-k-e-l M-i-k-e-l requested a review from ethanshar November 9, 2021 08:41
@ethanshar ethanshar merged commit dcac3b9 into master Nov 14, 2021
@M-i-k-e-l M-i-k-e-l deleted the infra/docs-p-r branch November 14, 2021 08:19
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

Successfully merging this pull request may close these issues.

2 participants