tipsi / tipsi-stripe

React Native Stripe binding for iOS/Android platforms
MIT License
1.14k stars 527 forks source link

Point users to @stripe/stripe-react-native, and add deprecation notices to: library, readme, docs, CLI #840

Closed mikeb-stripe closed 2 years ago

mikeb-stripe commented 2 years ago

This PR points users of tipsi-stripe to the official Stripe react-native library, @stripe/stripe-react-native.

This happens in a few places

I did not update the version number for the NPM library, or PR/Issue templates for github.

Ideally, it would be great if we could also:

cybergrind commented 2 years ago

hi @mikeb-stripe ! Sounds great!

cybergrind commented 2 years ago

@mikeb-stripe regarding archiving, probably we could wait some time until everyone migrated.

It looks like some people still have to use it because they cannot upgrade RN version. So they will have at least some place to discuss their struggles :)

mikeb-stripe commented 2 years ago

Thanks for the help @cybergrind. Can you also run npm deprecate at some point? Looks like that will be helpful for folks who npm install projects with tipsi-stripe - docs are here.

Maybe with a message like:

tipsi-stripe is no longer maintained. Please migrate your project to @stripe/stripe-react-native: https://github.com/stripe/stripe-react-native

cybergrind commented 2 years ago

@mikeb-stripe I've done this.

now it has been removed from search. there are still some other forks without clear deprecation, but probably at this point it doesn't matter

mikeb-stripe commented 2 years ago
image

Looks good, thank you! I'll spend some time looking through other forks to see what's out there. Appreciate your help @cybergrind!