New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-executorch-bare-resource-fetcher

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-executorch-bare-resource-fetcher

Bare React Native resource fetcher for react-native-executorch

latest
Source
npmnpm
Version
0.8.0
Version published
Weekly downloads
667
-13.94%
Maintainers
3
Weekly downloads
 
Created
Source

react-native-executorch-bare-resource-fetcher

Bare React Native adapter for react-native-executorch that provides resource fetching capabilities using native filesystem libraries.

Installation

yarn add react-native-executorch-bare-resource-fetcher
yarn add @dr.pogodin/react-native-fs @kesha-antonov/react-native-background-downloader

Native Dependencies Setup

After installing, follow the setup guides for the native dependencies:

  • @dr.pogodin/react-native-fs - Filesystem operations
  • @kesha-antonov/react-native-background-downloader - Background download support

Note: Make sure to complete the native setup (iOS/Android configuration) for both dependencies before using this adapter.

Usage

import { initExecutorch } from 'react-native-executorch';
import { BareResourceFetcher } from 'react-native-executorch-bare-resource-fetcher';

initExecutorch({
  resourceFetcher: BareResourceFetcher,
});

When to Use

Use this adapter if you're working with:

  • Bare React Native projects (created with npx @react-native-community/cli@latest init)
  • Projects that need true background downloads
  • Projects requiring direct native filesystem access

FAQs

Package last updated on 25 Mar 2026

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