You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a complete list of all available props and their descriptions, please see the **[Docs Tab](https://reactnativeglow.com/docs)** in the live demo app.
199
199
200
-
## Maintainer Release Checklist
201
-
202
-
Use this checklist before publishing a newversion:
203
-
204
-
1. Review open issues and pull requests for release-critical fixes.
205
-
2. Update `package.json`, `package-lock.json`, and the changelog.
206
-
3. Run `npm run verify`.
207
-
4. Test the `example/` app on Web and at least one native target with Expo Go or a simulator.
208
-
5. Run `npm pack --dry-run` and confirm the package contents.
209
-
6. Commit the release changes and push a release branch.
210
-
7. Publish with the package-owner npm account.
211
-
8. Confirm `npm view react-native-animated-glow version` reports the newversion.
212
-
9. Tag the exact published commit, push the tag, and create a GitHub release.
213
-
10. Close shipped pull requests and issues with credit.
0 commit comments