Skip to content

Support/Linking for older React-Native #249

Answered by mikehardy
aajahid asked this question in Q&A
Discussion options

You must be logged in to vote

There is no support for react-native that old, and it's not something we are likely to support. In general we'll try to go down to 0.63 and that's about it. I can't imagine they'll work well at all, specifically: you need Android API31 symbol access to use this package, that requires gradle 7 tool chain for various reasons, and gradle 7 requires at least react-native 0.64 if I recall correctly.

You can patch around all of these by ingesting the specific changes that make everything work but that's a tremendous waste of time vs investment in getting current, in my opinion.

https://react-native-community.github.io/upgrade-helper/

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by aajahid
Comment options

You must be logged in to vote
1 reply
@mikehardy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants