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

@symbiot.dev/react-native-retro-grid

v1.0.0

Published

A retro-style pixel animation grid component for React Native, ideal for creating nostalgic, low-res visual effects and animated patterns.

Readme

react-native-retro-grid is a pixel-based animation grid for React Native that brings retro vibes to your app. Use it to render animated pixel effects, visual patterns, and nostalgic UI elements in a modern React Native workflow. Supports iOS, Android, Web, and Expo, with a lightweight and customizable API.


🎮 Demo


✨ Key Features

👾 Pixel Grid Renderer – Create matrix-based animation effects
🌀 Custom Animations – Animate colors, patterns, and transitions
🎮 Retro Feel – Bring 8-bit pixel art and arcade style to life
🎨 Flexible Design – Choose grid size, pixel shape, speed & more
📱 Cross-Platform – Works on:

  • iOS & Android
  • Web via React Native Web
  • Expo & Expo Go

💡 Use Cases

  • Retro games & mini experiences
  • Animated background patterns
  • Loading indicators or visual cues
  • Gamified dashboards or onboarding flows
  • Creative UI & pixel-art branding

👩🏿‍💻 Installation

npm install @symbiot.dev/react-native-retro-grid
# or
yarn add @symbiot.dev/react-native-retro-grid

🎨 RetroGridThemePropsTheme Configuration

Configure the colors and color scheme of the retro pixel grid.
Supports defining active/inactive pixel colors and separate light/dark mode schemes.

| Property | Type | Description | 🌐 Web | 🍏 iOS | 🤖 Android | |----------------------|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------|:------:|:------:|:----------:| | pixelActiveColor | string | Color used for active (lit) pixels in the grid. | ✅ | ✅ | ✅ | | pixelInactiveColor | string | Color used for inactive (dimmed) pixels in the grid. | ✅ | ✅ | ✅ | | scheme | 'light' | 'dark' | Optional base color scheme to apply theme defaults for light or dark modes. | ✅ | ✅ | ✅ | | light | RetroGridColor (optional) | Optional override colors for the light scheme (overrides pixelActiveColor/pixelInactiveColor when scheme is 'light'). | ✅ | ✅ | ✅ | | dark | RetroGridColor (optional) | Optional override colors for the dark scheme (overrides pixelActiveColor/pixelInactiveColor when scheme is 'dark'). | ✅ | ✅ | ✅ |


📐 RetroGridDimensionsPropsGrid Size and Layout

Configure the size and layout of the pixel grid, including dimensions, pixel size, spacing, and corner radius.

| Property | Type | Description | 🌐 Web | 🍏 iOS | 🤖 Android | |----------------------|---------------------|---------------------------------------------------------------------------------------------------------|:------:|:------:|:----------:| | gridSize | [number, number] | Required tuple specifying the number of columns and rows in the grid. | ✅ | ✅ | ✅ | | pixelSize | number (optional) | Size (width and height) of each pixel square in pixels. Defaults to a reasonable size if not specified. | ✅ | ✅ | ✅ | | pixelsGap | number (optional) | Space (gap) between pixels in the grid, in pixels. | ✅ | ✅ | ✅ | | pixelsBorderRadius | number (optional) | Border radius for pixels to control rounding of corners. | ✅ | ✅ | ✅ |


🎞️ RetroGridAnimationPropsAnimation Configuration

Control pixel animation sequences, timing, and looping behavior for the retro grid.

| Property | Type | Description | 🌐 Web | 🍏 iOS | 🤖 Android | |-------------------|---------------------|------------------------------------------------------------------------------------------------------------------------------------------|:------:|:------:|:----------:| | animate | AnimatePixels | Required array of animation frames. Each frame is an array of tuples [x, y, color?] representing pixel coordinates and optional color. | ✅ | ✅ | ✅ | | animateInterval | number (optional) | Time interval between frames in milliseconds. Defaults to a sensible value if omitted. | ✅ | ✅ | ✅ | | loopCount | number (optional) | Number of times the animation sequence should repeat. Use 0 or omit for infinite looping. | ✅ | ✅ | ✅ |


🧩 RetroGridPropsMain Component Props

Combines grid layout, animation, theming, and pixel rendering options for the Retro Grid component. Includes RetroGridDimensionsProps and RetroGridAnimationProps.

| Property | Type | Description | 🌐 Web | 🍏 iOS | 🤖 Android | |-------------|----------------------------------------------------|---------------------------------------------------------------------------------------|:------:|:------:|:----------:| | theme | RetroGridThemeProps (optional) | Color scheme and pixel colors configuration. | ✅ | ✅ | ✅ | | pixelType | 'static' | 'animated' | 'debug' (optional) | Defines pixel rendering mode: static pixels, animated pixels, or debug visualization. | ✅ | ✅ | ✅ |

🌐 Platform Support

  • ✅ iOS
  • ✅ Android
  • ✅ Web
  • ✅ Expo & Expo Go

📦 Bundle Size

Lightweight and fast — see actual size on Bundlephobia.


💬 Contributing

Contributions welcome! Feel free to open issues, discussions, or suggestions.


🌟 Who's Using This?

Using react-native-retro-grid in your app or product?
Feel free to share your project — it might be featured in this section!

✉️ Open pull request, or reach out directly to get included.


🚀 Got Ideas or Gaps to Fill?

Know of existing libraries or functionality that could be improved?
Have an idea for something completely new?

Symbiot is ready to take on the challenge — feedback, feature requests, or collaboration ideas are always welcome!

🧠 Let’s build better tools together. Start the conversation or contact via email.


🧾 License

MIT — Made with ❤️ by Symbiot