nx-react-native-cli 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
# React Native Mobile App Starter with NX
|
|
2
2
|
|
|
3
3
|
[](https://opensource.org/licenses/MIT)
|
|
4
|
+
[](https://www.npmjs.com/package/nx-react-native-cli)
|
|
4
5
|
|
|
5
6
|
## 📦 Introduction
|
|
6
7
|
|
|
7
8
|
A comprehensive React Native mobile application starter kit built with Nx workspace. This package provides a carefully curated set of tools and libraries to streamline your mobile app development process with React Native 0.78.0 and the New Architecture.
|
|
8
9
|
|
|
10
|
+
<h2 id="🛠-usage">🛠 Usage</h2>
|
|
11
|
+
<p>Generate a new Nx workspace with the React Native preset:</p>
|
|
12
|
+
<pre><code class="language-bash">npx nx-react-native-cli@latest create
|
|
13
|
+
</code></pre>
|
|
14
|
+
|
|
9
15
|
## 🚀 Features
|
|
10
16
|
|
|
11
17
|
### Core Technologies
|