meliorence / meliorence/react-native-snap-carousel

ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

Open
#923 22 comments 43 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
10.5k
Forks
2.3k
PR merge metrics
No merged PRs in 30d

Description

Is this a bug report, a feature request, or a question?

Bug Report

Have you followed the required steps before opening a bug report?

(Check the step you've followed - put an x character between the square brackets ([]).)

Have you made sure that it wasn't a React Native bug?

Yes, it's a warning from React Native about something carousel is using that's going away.

Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?

Not platform sepecific.

Is the bug reproductible in a production environment (not a debug one)?

Yes.

Environment

(Write your answer here.)

Expected Behavior

Should migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types' for now or potentially find a longer term solution.

Actual Behavior

Warnings that it will break on future RN release.

Reproducible Demo

Any RN project using 68.1+ or Expo 45+ and carousel will display the warning.

Steps to Reproduce

Any RN project using 68.1+ or Expo 45+ and carousel will display the warning.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Start by locating the project's ViewPropTypes imports and usages, then update them to the export from deprecated-react-native-prop-types; verify that the warning no longer appears in a React Native 0.68.1+ or Expo 45+ project.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.