@gigster/block-create-react-native-app
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@gigster/block-create-react-native-app", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"license": "UNLICENSED", | ||
@@ -12,3 +12,3 @@ "main": "src/CreateReactNativeAppBlock", | ||
"dependencies": { | ||
"@gigster/generator-create-react-native-app": "1.0.3", | ||
"@gigster/generator-create-react-native-app": "1.0.4", | ||
"@gigster/gig-frameworks": "2.1.3", | ||
@@ -15,0 +15,0 @@ "@gigster/gig-sdk": "2.1.1", |
@@ -15,2 +15,10 @@ # block-create-react-native-app | ||
Add the following to your `gig.yaml` to create a new block called `mobile` using `block-create-react-native-app`. Make sure to replace `VERSION` with the specific version of the module. The latest version can be found [here](package.json). | ||
```yaml | ||
blocks: | ||
- name: mobile | ||
location: 'npm:@gigster/block-create-react-native-app@VERSION' | ||
``` | ||
After generating your project, you can `cd` into the new `mobile` directory. To launch the packager, simply run: | ||
@@ -33,12 +41,1 @@ | ||
You must do one of these to get your app up and running. | ||
## Example | ||
Add the following to your `gig.yaml` to create a new block called `mobile` using `block-create-react-native-app`. Make sure to replace `VERSION` with the specific version of the module. The latest version can be found [here](package.json). | ||
```yaml | ||
blocks: | ||
- name: mobile | ||
location: 'npm:@gigster/block-create-react-native-app@VERSION' | ||
spec: {} | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6451
40
+ Added@gigster/generator-create-react-native-app@1.0.4(transitive)
+ Addedfunction.prototype.name@1.1.7(transitive)
- Removed@gigster/generator-create-react-native-app@1.0.3(transitive)
- Removedfunction.prototype.name@1.1.8(transitive)