An open API service indexing awesome lists of open source software.

https://github.com/sectorlabs/react-native-transformer-inline-images

Transformer for Metro that inlines image assets into the bundle.
https://github.com/sectorlabs/react-native-transformer-inline-images

Last synced: about 1 year ago
JSON representation

Transformer for Metro that inlines image assets into the bundle.

Awesome Lists containing this project

README

          

# react-native-transformer-inline-images

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE)
[![npm version](https://badge.fury.io/js/react-native-transformer-inline-images.svg)](https://badge.fury.io/js/react-native-transformer-inline-images)

A transformer for React Native's Metro bundler that takes image assets and inlines them into the bundle as a Base64 string instead of letting them be bundled alongside the bundle.