Skip to content

Commit

Permalink
docs: document latest version (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak committed Jul 18, 2023
1 parent 7807d54 commit efa4386
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,16 @@ See this [issue](https://github.com/react-native-google-signin/google-signin/iss

## Project setup and initialization

`yarn add @react-native-google-signin/google-signin`
There are two ways to install the package:

The latest version that supports the React Native [New Architecture](https://reactnative.dev/docs/new-architecture-intro), and includes some minor fixes is only available to [GitHub sponsors](https://github.com/sponsors/vonovak) of the maintainer.

When you become a sponsor, you will get access to a private repo with the latest version of the package. The package is published to a private GH packages registry under the same name as the public one.

Alternatively, you can install from the public registry using `yarn add @react-native-google-signin/google-signin` which will install an older version.

The public version will be kept working, but it may not include the latest fixes and features. This is to incentivize sponsorships and thus support the maintenance of the package in the long term.
My goal is to include all improvements from the private package in the public one (and remove the private one) once there is sufficient support from sponsors. Thank you for understanding.

Then follow the [Android guide](docs/android-guide.md) and [iOS guide](docs/ios-guide.md)

Expand Down

0 comments on commit efa4386

Please sign in to comment.