Is React Native 0.65 required to update to RNIAP 12.x
?
#2272
-
The docs state the requirement of My app is currently running I am looking at possibly upgrading to the latest However, I am concerned about updating Do I really need to update RN in order to update RNIAP? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Why don't you give it a try? I can't think of a specific reason for it to be the minimum. Let us know of your findings and we can update the docs. |
Beta Was this translation helpful? Give feedback.
-
I have tried it out, only upgrading So far I have not uncovered any issues that stem from the I have upgraded to At this point, probably not worth going back to document those, but perhaps at least mention somewhere that if upgrading from a version less than 9, it might be best to start from scratch. |
Beta Was this translation helpful? Give feedback.
-
I should also add that, after upgrading, we started experiencing long delays between requesting a subscription product purchase and when the iOS purchase flow would appear. So, we ended up staying on the old version of |
Beta Was this translation helpful? Give feedback.
I have tried it out, only upgrading
react-native-iap
.So far I have not uncovered any issues that stem from the
react-native
version. Although, I don't know what I don't know...I have upgraded to
12.x
and while the migration guides in the docs were helpful for versions10
,11
, and12
, there wasn't one for the largest change from8 -> 9
which had many undocumented breaking changes.At this point, probably not worth going back to document those, but perhaps at least mention somewhere that if upgrading from a version less than 9, it might be best to start from scratch.