react-native-parallax-scroll-view icon indicating copy to clipboard operation
react-native-parallax-scroll-view copied to clipboard

Conversion to TypeScript

Open apfritts opened this issue 4 months ago • 0 comments

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

apfritts avatar Mar 30 '24 17:03 apfritts