Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gigster/block-create-react-native-app

Package Overview
Dependencies
Maintainers
14
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gigster/block-create-react-native-app - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

4

package.json
{
"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: {}
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc