npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@mitschlagel/react-native-entangler

v1.0.0

Published

Fabric-ready Quantum Bridge Optimization™ for React Native.

Readme

react-native-entangler

Fabric-ready Quantum Bridge Optimization™ for React Native.

build: passing fabric: compatible hermes: coherent license: MIT


📦 Repository Description

React Native Entangler

Fabric-ready Quantum Bridge Optimization™ for React Native.

React Native Entangler is an npm library that “stabilizes Fabric resonance and enhances Hermes coherence. It provides:

  • A hook (useEntanglement) that returns mystical performance metrics.
  • A <EntanglementView /> component for dashboards and demos.
  • A metroEnhancer function that supercharges your Metro bundler.

Works seamlessly in Expo and bare CLI projects. Perfect for conference talks, April Fools’ repos, or just confusing your teammates.

Key Features

  • ⚛️ Fabric-Compatible (on paper, anyway).
  • 🚀 Hermes-Accelerated (metrics invented at runtime).
  • 🔒 Enterprise-Grade Compliance (FIPS/SOX/GDPR aura mode available as props).
  • 🕹 Imaginary FPS counter for maximum credibility.
  • 📉 Absolutely zero effect on performance, bundle size, or runtime.

Ethics & Safety

  • No native code, no network calls, no file access.
  • Avoids name collisions (no typosquatting).

Install

npm i react-native-entangler
# or
yarn add react-native-entangler

Usage

import { useEntanglement } from 'react-native-entangler';

export default function StatusChip() {
  const { metrics } = useEntanglement({ strategy: 'Hermes-Schrödinger' });
  return <Text>Imaginary FPS: {metrics.fpsImaginary}</Text>;
}

Component

import { EntanglementView } from 'react-native-entangler';

export default function Screen() {
  return <EntanglementView intervalMs={700} />;
}

Metro (optional vibes)

// metro.config.js
const { getDefaultConfig } = require('@react-native/metro-config');
const { metroEnhancer } = require('react-native-entangler');

module.exports = metroEnhancer(getDefaultConfig(__dirname));

API surface

useEntanglement(options?) → { metrics, status, timestampISO }

<EntanglementView {...options} />

metroEnhancer(config) → config (returns input unchanged)

Expo (Managed Workflow)

No native code, no config. Just import and use:

import { EntanglementView } from 'react-native-entangler';
import { Text, View } from 'react-native';

export default function App() {
  return (
    <View style={{ flex: 1, alignItems: 'center', justifyContent: 'center' }}>
      <EntanglementView strategy="Hermes-Schrödinger" />
      <Text>Expo Managed Workflow ✔</Text>
    </View>
  );
}

Expo Go works out of the box — no expo prebuild, no plugins.

Bare React Native (CLI / Fabric)

For extra “cred,” you can pretend to “enhance” your Metro bundler:

// metro.config.js
const { getDefaultConfig } = require('@react-native/metro-config');
const { metroEnhancer } = require('react-native-entangler');

module.exports = metroEnhancer(getDefaultConfig(__dirname));

Usage in a screen:

import React from 'react';
import { SafeAreaView } from 'react-native';
import { EntanglementView } from 'react-native-entangler';

export default function MainScreen() {
  return (
    <SafeAreaView style={{ flex: 1 }}>
      <EntanglementView intervalMs={700} />
    </SafeAreaView>
  );
}

On CLI builds, metroEnhancer logs a dev-only line to make it look like deep Fabric/Turbo integration:

⚛️  React Native Entangler: Fabric resonance nominal.