meliorence / meliorence/react-native-snap-carousel

Is the repository alive?

Open
#1,052 8 comments 2 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

So many pull requests, and no actions. How to update this lib?

Need a fix for react-native 0.70 in src/carousel/Carousel.js

`

  • import { Animated, Easing, FlatList, I18nManager, Platform, ScrollView, View, ViewPropTypes } from 'react-native';
  • import { Animated, Easing, FlatList, I18nManager, Platform, ScrollView, View } from 'react-native';
  • import { ViewPropTypes } from "deprecated-react-native-prop-types";
    `

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

Start in src/carousel/Carousel.js and inspect the React Native imports related to ViewPropTypes. Check how the dependency is declared and verify the change against React Native 0.70; done means the library no longer imports ViewPropTypes from react-native and remains buildable.

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
Clearly specified
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.