Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
expo-dev-client
Advanced tools
The expo-dev-client package allows developers to create custom development clients for their Expo projects. This enables a more flexible and tailored development experience, including the ability to add custom native code and use third-party libraries that are not included in the standard Expo Go app.
Custom Development Client
This feature allows you to create a custom development client that can be tailored to your specific needs. This is useful for adding custom native code or third-party libraries that are not available in the standard Expo Go app.
import { createDevClient } from 'expo-dev-client';
createDevClient();
Integration with Expo CLI
You can start your project with the custom development client using the Expo CLI. This command launches the development server and opens the project in your custom client.
expo start --dev-client
Support for Custom Native Code
This feature allows you to integrate custom native code into your Expo project. You can use NativeModules to access native functionality that you have added to your custom development client.
import { NativeModules } from 'react-native';
const { CustomModule } = NativeModules;
CustomModule.customMethod();
React Native is a framework for building native apps using React. It allows for the integration of custom native code and third-party libraries, similar to expo-dev-client. However, it does not provide the same level of integration with the Expo ecosystem.
The expo package provides a set of tools and services for building and deploying React Native applications. While it offers a lot of functionality out of the box, it does not support custom native code or third-party libraries that are not included in the standard Expo Go app, which is where expo-dev-client comes in.
Ignite CLI is a React Native project boilerplate that includes a set of tools and best practices for building React Native apps. It allows for custom native code and third-party libraries, but it does not offer the same level of integration with the Expo ecosystem as expo-dev-client.
expo-dev-client
adds various useful development tools to your debug builds:
Expo documentation refers to debug builds that include expo-dev-client
as development builds.
You can find more information in the Expo documentation.
If you encounter any issues using this package in your project, please report your issue here.
Contributions are very welcome! Please refer to guidelines described in the contributing guide.
FAQs
Expo Development Client
The npm package expo-dev-client receives a total of 158,593 weekly downloads. As such, expo-dev-client popularity was classified as popular.
We found that expo-dev-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 28 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.