Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 430 Bytes

File metadata and controls

26 lines (17 loc) · 430 Bytes

app-modules

Create new package

Create Nitro Module

npx create-react-native-library@latest new-lib
yarn package:setup new-lib

Publish all package

To update the versions of all workspace packages, run the following command in the project root directory:

yarn version:bump
yarn version:apply

Commit version changes and push to GitHub.

Run publish package actions on GitHub.