Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
generator-jhipster-react-native
Advanced tools
React Native Blueprint for existing JHipster Apps
A React Native blueprint for JHipster apps, complete with authentication, an entity generator, JDL support, E2E tests, and more.
Check out the blog post or YouTube video for a full demo of JHipster React Native.
node -v
npm install -g generator-jhipster-react-native
npm install -g eas-cli
jwt
or oauth2
for its authenticationType
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:
../backend
)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:
../client
)For available options, you can run:
rnhipster app --help
app/config/app-config.js
contains your JHipster API URL (default: http://localhost:8080/
)http://localhost:8081
as an allowed origin in the backend CORS config.adb reverse tcp:8080 tcp:8080
so the app can communicate with your backend.Apache-2.0 © Jon Ruddell
FAQs
React Native Blueprint for existing JHipster Apps
We found that generator-jhipster-react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.