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

generator-jhipster-react-native

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-jhipster-react-native

React Native Blueprint for existing JHipster Apps

  • 5.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

JHipster React Native

NPM version iOS-E2E Generator App

A React Native blueprint for JHipster apps, complete with authentication, an entity generator, JDL support, E2E tests, and more.

JHipster React Native

Check out the blog post or YouTube video for a full demo of JHipster React Native.

Docs

Getting Started

Requirements

  • Node LTS v20+
    • Verify version with node -v
  • generator-jhipster-react-native installed
    • Install with npm install -g generator-jhipster-react-native
  • eas-cli installed with npm install -g eas-cli
  • To run your app on an emulator instead of a device, follow the platform-specific instructions:
  • JHipster backend must use jwt or oauth2 for its authenticationType

Usage

Generate React Native app from JHipster app

Create a JHipster app using jhipster, or a backend-only with jhipster --skip-client.

Create a directory alongside your JHipster app (ex. client), and run rnhipster in it.

+ rootDir/
  + backend/ # run `jhipster` in it.
  + client/  # run `rnhipster` in it.

Answer the prompts:

  • Enter the path to your JHipster app (default: ../backend)
  • Choose whether to enable E2E Detox Tests
Generate JHipster app and React Native app at the same time

You can also create a JHipster app and a React Native app at the same time using the following command:

jhipster jdl bug-tracker.jdl --blueprints react-native

Answer the prompts:

  • Enter the path to your React Native app (default: ../client)

For available options, you can run:

rnhipster app --help

Configuration

  • app/config/app-config.js contains your JHipster API URL (default: http://localhost:8080/)
CORS
  • In dev, for the Web build, add http://localhost:8081 as an allowed origin in the backend CORS config.
  • In production, you will need to enable CORS for your deployment domain.
Notes for Android
  • When running your JHipster backend locally for Android, make sure to run adb reverse tcp:8080 tcp:8080 so the app can communicate with your backend.

License

Apache-2.0 © Jon Ruddell

Keywords

FAQs

Package last updated on 26 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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