Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
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 307,779 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 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.