
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
@echobind/react-native-template
Advanced tools
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->
react-native-template
Our Recommended template for React Native projects.
Report Bug
·
Request Feature
To get started with our template, run one of the following commands:
# using npx, install our latest version from npm
npx react-native init MyApp --template=@echobind/react-native-template
# using npx and the github repo directly
npx react-native init MyApp --template=https://github.com/echobind/react-native-template
# using yarn & the react-native cli
yarn global add react-native-cli
react-native init MyApp --template=https://github.com/echobind/react-native-template
If you see an error after installing using the first option, pass the flag --ignore-existing and run:
npx --ignore-existing react-native init MyApp --template=@echobind/react-native-template
Here at Echobind, we value developer productivity. After having built lots of React Native projects, we decided to put together our own template to speed up development. Our template includes the following:
🏆 Dev Productivity:
react-navigation preconfigured with a common setuppackage.json to start the app & deal with simulatorslint-staged to run eslint checks on precommitWe hope it saves you as much time as it saves us! 👍
0.61.1react-navigation@emotion/native for stylingWhile not required, we recommend using a version manager for Ruby and Node. Some popular version managers are:
** Ruby **
** Node **
Follow the install docs for the version manager of your choice.
During the setup proceess, we will automatically check the versions on your machine and prompt you to install anything you're missing.
In order to use this template, follow these steps:
npx react-native init MyApp --template=https://github.com/echobind/react-native-templatecd MyAppnode ./setup. A successful setup will give you the green light: ✅ Setup completed!During the setup process we will do the following:
bundle install and pod install so you don't have toyarn e2e:ios-debug or yarn e2e:android-debug (android emulator must be setup and open)If you get an error with an iOS Release build for ios/Pods/OpenSSL-Universal/ios/lib/libcrypto.a(cryptlib.o) You should be able to resolve by updating the build settings

on an iPhone 12:
In order to set up CI/Deployment, we've created custom hygen templates to save you time. These live in our hygen-templates-echobind repository. You'll find installation instructions, which will allow you to set up the following:
After installing those, head into the "Setup CircleCI" docs in ./docs/circle-ci.md, which will walk you through the installation.
For more info, please follow the instructions in the hygen-templates-echobind repo.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This template is available on npm at @echobind/react-native-template. In order to publish a new release, please follow this process:
This is handled by semantic-release and CircleCI. When a commit is merged into master, it analyzes it, then runs a new release based on the type of commit (i.e fix is a patch whereas feat is considered a minor or feature relase).
We'd like to thank the internal team for making this template, and the following organizations:
The Echobind React Native template is open source software licensed as MIT.
Thanks goes to these wonderful people (emoji key):
Mike Cavaliere 💻 👀 | Jenn 💻 👀 | Chris Ball 💻 👀 | Ryan Atkinson 💻 👀 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->
The npm package @echobind/react-native-template receives a total of 1 weekly downloads. As such, @echobind/react-native-template popularity was classified as not popular.
We found that @echobind/react-native-template demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.