react-native-parallax-scroll-view
react-native-parallax-scroll-view copied to clipboard
Conversion to TypeScript
NOT READY FOR REVIEW I have not tested this yet.
Converting to TypeScript since it becomes a lot easier to code and simple catch bugs.
In this PR, I have:
- Converted to TypeScript, I used TypeScript 5.4.3
- Used React Native types 0.70, which will hopefully provide some backward compatibility
- Removed the
Rodrigocs - Animated Driver
section of README, it is confusing and unnecessary now. - Made renderForeground required since it was required in the code anyway