meliorence / meliorence/react-native-snap-carousel
Is the repository alive?
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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