Deprecated modules that were formerly part of React Native.
by facebookLast 12 weeks · 0 commits
4 of 6 standards met
Repository: facebook/react-native-deprecated-modules. Description: Deprecated modules that were formerly part of React Native. Stars: 61, Forks: 25. Primary language: JavaScript. Languages: JavaScript (83.9%), Objective-C (16.1%). License: MIT. Open PRs: 2, open issues: 1. Last activity: 1y ago. Community health: 75%. Top contributors: yungsters, cpojer, robhogan, cortinico, javache, kacieb, robwalkerco, facebook-github-bot, rectified95, ericlewis and others.
JavaScript
issue: https://github.com/facebook/react-native-deprecated-modules/issues/32
Hello! I'm working with an older React Native application, attempting to upgrade it to more recent versions. I have upgraded Node to v14. I ran into issues with ViewPropTypes when upgrading React Native to 0.69, so I installed this package. Unfortunately the engine requirement here creates a bit of a burden when installing. As far as I can tell, the project works fine on Node 14. Is there any reason the engine constraint can't be removed? Thanks!