Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expo-dev-client

Package Overview
Dependencies
Maintainers
27
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-dev-client

Expo Development Client

  • 4.0.14
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
352K
increased by9.37%
Maintainers
27
Weekly downloads
 
Created

What is expo-dev-client?

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.

What are expo-dev-client's main functionalities?

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();

Other packages similar to expo-dev-client

Keywords

FAQs

Package last updated on 15 May 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc