![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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
is an npm package installable in any Expo or React Native project. Once installed, Debug builds of your application will gain an extensible debug menu and the ability to load projects from Expo CLI. Release builds of your application will not change other than the addition of a few header files. Your debug builds can be shared with anyone on your team who needs to work on or review your application. Your team can develop the JavaScript portion of your application with expo-cli and your custom client without waiting for your native code to build until the
next time you need to upgrade, install a new module, or otherwise change the native code in your project.
You can find the documentation under https://docs.expo.io/clients/introduction.
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 400,407 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.