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
* feat: expose RockCLIOptions type
* feat: expose brownfield plugin actions
* refactor: use RockCLIOptions type in platform-ios
* chore: add changeset
* refactor fn signatures to be more explicit instead of using api
* fix(types): add PublishLocalAarFlags
* feat: expose types from @rock-js/platform-apple-helpers
* feat: Rock escape hatch in plugin-brownfield-ios
* fix: debug logs in mergeFrameworks not showing path to removed framework before writing merge output
* rename FingerprintSources to FingerprintOptions and run prettier
* fixup test types
* cleanup; iosConfig is from autolinking; derivedDataDir can be overriden by --build-folder arg
* cleanup unused type
* feat: add skipCache parameter to buildApp, packageIosAction and installPodsIfNeeded
* feat: make args.buildFolder override getBuildPaths in iOS brownfield plugin to work with non-Rock projects
* feat: add packageDir to override artifact outputs path in non-Rock projects
---------
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
Copy file name to clipboardExpand all lines: packages/cli/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Choose your path based on your current situation:
32
32
33
33
### Creating a new project
34
34
35
-
> [!TIP]
35
+
> [!TIP]
36
36
> For **new projects**, we recommend starting with [Expo](https://expo.dev) for the best developer experience and similar remote caching capabilities. Rock is designed for teams who have outgrown the Community CLI.
37
37
38
38
To create a fresh React Native app with Rock, open a terminal and run:
0 commit comments